[LLVMdev] llvm-gcc-4.2.-2.8 failed on gcc 3.4.6

Anton Korobeynikov anton at korobeynikov.info
Wed Feb 2 05:20:33 PST 2011


> cc1plus: error: unrecognized command line option "-Wno-variadic-macros"
> make[3]: *** [llvm-main.o] Error 1
>
> Someone have an idea ?
Yes, C++ parts of llvm-gcc are built via your system compiler which
does not support this option.
Current workaround is either to upgrade compiler or hack the makefiles
to remove this option.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list