search for: binutils_obj_root

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

2007 Jan 07
2
[LLVMdev] LLVM's Link Time Optimizer integrated into GNU ld
...of binutils. I will try and sync it to CVS every week or so, but it shouldn't be an issue for most people. It will allow actually tinkering with the implementation in a nice DRCS manner. http://code.chandlerc.net/binutils/bzr Finally, configure and build binutils similar to the following cd ${BINUTILS_OBJ_ROOT} ${BINUTILS_SRC_ROOT}/configure --prefix=${BINUTILS_INSTALL_PATH} --with-llvm=${LLVM_INSTALL_PATH} make make install where LLVM_INSTALL_PATH is equivalent to the prefix provided LLVM when it was configured and built. If 'llvm-config' is in your path, then simply specifying '--with-llvm...