Ignore:
Timestamp:
01/31/2016 08:01:07 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
778f20d
Parents:
5c14293
Message:

Merge r10995, r10996, and r10997 from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r5c14293 r3f11f57  
    5656    <para>Next, prepare Glibc for compilation:</para>
    5757
    58 <screen><userinput remap="configure">../configure                                        \
    59       --prefix=/tools                               \
    60       --host=$LFS_TGT                               \
    61       --build=$(../glibc-&glibc-version;/scripts/config.guess) \
    62       --disable-profile                             \
    63       --enable-kernel=&min-kernel;                        \
    64       --enable-obsolete-rpc                         \
    65       --with-headers=/tools/include                 \
    66       libc_cv_forced_unwind=yes                     \
    67       libc_cv_ctors_header=yes                      \
     58<screen><userinput remap="configure">../configure                             \
     59      --prefix=/tools                    \
     60      --host=$LFS_TGT                    \
     61      --build=$(../scripts/config.guess) \
     62      --disable-profile                  \
     63      --enable-kernel=&min-kernel;             \
     64      --enable-obsolete-rpc              \
     65      --with-headers=/tools/include      \
     66      libc_cv_forced_unwind=yes          \
     67      libc_cv_ctors_header=yes           \
    6868      libc_cv_c_cleanup=yes</userinput></screen>
    6969
     
    7272
    7373      <varlistentry>
    74         <term><parameter>--host=$LFS_TGT, --build=$(../glibc-&glibc-version;/scripts/config.guess)</parameter></term>
     74        <term><parameter>--host=$LFS_TGT, --build=$(../scripts/config.guess)</parameter></term>
    7575        <listitem>
    7676          <para>The combined effect of these switches is that Glibc's build system
Note: See TracChangeset for help on using the changeset viewer.