diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 11 |
1 files changed, 1 insertions, 10 deletions
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</userinput></screen> <para>Prepare Glibc for compilation:</para> -<screen><userinput remap="configure">SED=sed \ -../glibc-&glibc-version;/configure \ +<screen><userinput remap="configure">../glibc-&glibc-version;/configure \ --prefix=/usr \ --disable-profile \ --enable-kernel=&min-kernel; \ @@ -88,14 +87,6 @@ cd ../glibc-build</userinput></screen> <title>The meaning of the new configure options:</title> <varlistentry> - <term><envar>SED=sed</envar></term> - <listitem> - <para>Setting this environment variable prevents a hard-coded - path to /tools/bin/sed.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><parameter>--libexecdir=/usr/lib/glibc</parameter></term> <listitem> <para>This changes the location of some auxillary files from the |