diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-03-22 11:25:51 +0000 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-03-22 11:25:51 +0000 |
commit | 7b4634c8ff2f28f1a463ae10d485a7adffaf107e (patch) | |
tree | 0344e3cc25fba6bf5331120fbf0d53e3d9edf711 | |
parent | 7354a1241657683c68ba2631c553ee4dd82cf501 (diff) |
Readd lost statement
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/gcc-pass2.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 3b16674e3..8f3c7c879 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -89,6 +89,9 @@ sed -e "/^#define[[:blank:]]*STANDARD_STARTFILE_PREFIX_1/ s;\".*\";\"/tools/lib/ -i.orig gcc/config/i386/t-linux64 ;; esac</userinput></screen> +<screen arch="ml_32,ml_x32,ml_all"><userinput remap="pre">sed -e '/m64=/s/lib64/lib/' \ + -e '/m32=/s/m32=.*/m32=..\/lib32$(call if_multiarch,:i386-linux-gnu)/' \ + -i.orig gcc/config/i386/t-linux64</userinput></screen> <para>Our first build of GCC has installed a couple of internal system headers. Normally one of them, <filename>limits.h</filename>, will in turn |