diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils.xml | 3 | ||||
-rw-r--r-- | chapter06/glibc.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 4c700ce60..2ad2a7521 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -77,7 +77,8 @@ cd ../binutils-build</userinput></screen> <para>Prepare Binutils for compilation:</para> -<screen><userinput remap="configure">../binutils-&binutils-version;/configure --prefix=/usr \ +<!-- <screen><userinput remap="configure">../binutils-&binutils-version;/configure - -prefix=/usr \ --> +<screen><userinput remap="configure">../binutils-&binutils-dir;/configure --prefix=/usr \ --enable-shared</userinput></screen> <para>Compile the package:</para> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index e920c2ac6..e03617d5a 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -131,7 +131,7 @@ esac</userinput></screen> <screen><userinput remap="configure">../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons \ - --enable-kernel=2.6.22.5 --libexecdir=/usr/lib/glibc</userinput></screen> + --enable-kernel=2.6.25 --libexecdir=/usr/lib/glibc</userinput></screen> <variablelist> <title>The meaning of the new configure options:</title> |