diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 76f9b8b4d..a418f43a7 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -70,7 +70,8 @@ cd ../gcc-build Prepare GCC for compilation: -../gcc-&gcc-version;/configure --prefix=/usr \ +SED=sed \ +../gcc-&gcc-version;/configure --prefix=/usr \ --libexecdir=/usr/lib \ --enable-shared \ --enable-threads=posix \ @@ -87,15 +88,15 @@ cd ../gcc-build The meaning of the new configure option: - + --with-system-zlib diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 6d2ba0d12..d6fa9ad34 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -77,8 +77,7 @@ cd ../glibc-build Prepare Glibc for compilation: -SED=sed \ -../glibc-&glibc-version;/configure \ +../glibc-&glibc-version;/configure \ --prefix=/usr \ --disable-profile \ --enable-kernel=&min-kernel; \ @@ -87,14 +86,6 @@ cd ../glibc-build The meaning of the new configure options: - - SED=sed - - Setting this environment variable prevents a hard-coded - path to /tools/bin/sed. - - - --libexecdir=/usr/lib/glibc