From 9e326ab2d78d22161373ecbeb87b6256d3442e18 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Thu, 25 May 2017 21:42:42 +0000 Subject: [PATCH] Fix the build of gcc/glibc for i686 systems git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11254 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/glibc.xml | 2 +- general.ent | 6 +++--- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8e1932c51..4ce8ca8a5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,16 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2017-05-25 + + + [renodr] - Fix the build for i686 systems. Includes a + modification to Chapter 06 Glibc. + + + + 2017-05-19 diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index cdcdf2e47..5ef90aaeb 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -67,7 +67,7 @@ required for the dynamic loader to function correctly: case $(uname -m) in - x86) GCC_INCDIR=/usr/lib/gcc/x86-pc-linux-gnu/&gcc-version;/include + i?86) GCC_INCDIR=/usr/lib/gcc/$(uname -m)-pc-linux-gnu/&gcc-version;/include ln -s ld-linux.so.2 /lib/ld-lsb.so.3 ;; x86_64) GCC_INCDIR=/usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/include diff --git a/general.ent b/general.ent index 6719c684c..fd187d26a 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - +