Last active
December 30, 2015 02:19
-
-
Save joshenders/7761887 to your computer and use it in GitHub Desktop.
The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir --verbose ../binutils-build | |
cd ../binutils-build | |
../binutils-2.23.2/configure \ | |
--prefix=/tools \ | |
--with-sysroot=$LFS \ | |
--with-lib-path=/tools/lib \ | |
--target=$LFS_TGT \ | |
--disable-nls \ | |
--disable-werror |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment