search for: toplevel_configure_arguments

Displaying 1 result from an estimated 1 matches for "toplevel_configure_arguments".

2010 Mar 17
2
[LLVMdev] Help with building LLVM 2.6 GCC
...ure --prefix=`pwd`/../install --program-prefix=llvm- --enable-llvm=$LLVMOBJDIR --enable-languages=c --disable-multilib %gmake 4. Result: gmake aborts with the message: configure: error: You must specify valid path to your LLVM tree with --enable-llvm=DIR However, looking at Makefile, I can see: TOPLEVEL_CONFIGURE_ARGUMENTS=../llvm-gcc4.2-2.6.source/configure --prefix=/home/eliseuf/llvm/llvm-gcc/obj/../install --program-prefix=llvm- --enable-llvm=/home/eliseuf/llvm/llvm-gcc/obj --enable-languages=c --disable-multilib apparently --enable-llvm flag was recognized from the command line but the error message says it was...