diff options
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r-- | chapter05/binutils-pass1.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index debe5c63f..4dab2b1a5 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -74,6 +74,7 @@ cd build</userinput></screen> --with-sysroot=$LFS \ --target=$LFS_TGT \ --disable-nls \ + --enable-gprofng=no \ --disable-werror</userinput></screen> <variablelist> @@ -116,6 +117,14 @@ cd build</userinput></screen> </varlistentry> <varlistentry> + <term><parameter>--enable-gprofng=no</parameter></term> + <listitem> + <para>This disables building gprofng which is not needed for the + temporary tools.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><parameter>--disable-werror</parameter></term> <listitem> <para>This prevents the build from stopping in the event that there |