From 8bde866e85c1e2270d819fdb55abccbb50557b6d Mon Sep 17 00:00:00 2001 From: "Thomas Trepl (Moody)" Date: Fri, 19 Aug 2022 18:55:20 +0200 Subject: [PATCH] Fix binutils instructions --- chapter05/binutils-pass1.xml | 1 + chapter06/binutils-pass2.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 7fc7e63df..9b8cb90de 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -80,6 +80,7 @@ cd build --with-sysroot=$LFS \ --target=$LFS_TGT \ --disable-nls \ + --enable-gprofng=no \ --disable-werror \ --enable-multilib diff --git a/chapter06/binutils-pass2.xml b/chapter06/binutils-pass2.xml index a82af1cc9..5df7e2e2b 100644 --- a/chapter06/binutils-pass2.xml +++ b/chapter06/binutils-pass2.xml @@ -73,6 +73,7 @@ cd build --host=$LFS_TGT \ --disable-nls \ --enable-shared \ + --enable-gprofng=no \ --disable-werror \ --enable-64-bit-bfd \ --enable-multilib