Changeset 848907c for chapter06/gcc.xml


Ignore:
Timestamp:
01/17/2014 10:39:02 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
e88c73c
Parents:
94c0cb3
Message:

Merge latest lfs svn

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r94c0cb3 r848907c  
    7171    <para>Prepare GCC for compilation:</para>
    7272
    73 <screen><userinput remap="configure">../gcc-&gcc-version;/configure --prefix=/usr               \
     73<screen><userinput remap="configure">SED=sed                                            \
     74../gcc-&gcc-version;/configure --prefix=/usr               \
    7475                       --libexecdir=/usr/lib       \
    7576                       --enable-shared             \
     
    8889    <variablelist>
    8990      <title>The meaning of the new configure option:</title>
    90 <!--
     91
    9192      <varlistentry>
    92         <term><parameter>- -disable-install-libiberty</parameter></term>
    93         <listitem>
    94           <para>This prevents GCC from installing its own copy of libiberty,
    95           which is already provided by Binutils-&binutils-version;.</para>
    96         </listitem>
    97       </varlistentry>
    98 -->
     93        <term><envar>SED=sed</envar></term>
     94        <listitem>
     95          <para>Setting this environment variable prevents a hard-coded
     96          path to /tools/bin/sed.</para>
     97        </listitem>
     98      </varlistentry>
     99 
    99100      <varlistentry>
    100101        <term><parameter>--with-system-zlib</parameter></term>
Note: See TracChangeset for help on using the changeset viewer.