Displaying 1 result from an estimated 1 matches for "binutils_install_path".
2007 Jan 07
2
[LLVMdev] LLVM's Link Time Optimizer integrated into GNU ld
...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' may be sufficient, but i haven't tested that
behavior....