[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:06:34 PST 2010


http://www.llvm.org/bugs/show_bug.cgi?id=6389

--- Comment #4 from Yann Droneaud <yann at droneaud.fr> 2010-02-22 11:06:34 CST ---
(In reply to comment #3)
> 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.

First, this is not the recommended way to specify environment variables for
./configure scripts, see comment #2. Second, you're giving compiler name, not
flags. It's probably not concerned by this bug report.

-- 
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