http://www.llvm.org/bugs/show_bug.cgi?id=6389
--- Comment #4 from Yann Droneaud <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
