[LLVMbugs] [Bug 6389] LLVM build system ignores compilation flags given to ./configure script
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Feb 22 09:02:03 PST 2010
http://www.llvm.org/bugs/show_bug.cgi?id=6389
Duncan Sands <baldrick at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |baldrick at free.fr
--- Comment #3 from Duncan Sands <baldrick at free.fr> 2010-02-22 11:02:03 CST ---
I regularly do this and it works:
CC=gcc-4.5 CXX=g++-4.5 ./configure
As far as I know this is how you are supposed to do it.
--
Configure bugmail: http://www.llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the llvm-bugs
mailing list