Skip to content

Instantly share code, notes, and snippets.

@joshenders
Last active December 30, 2015 02:19
Show Gist options
  • Save joshenders/7761887 to your computer and use it in GitHub Desktop.
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:
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