Ignore:
Timestamp:
04/20/2015 11:28:26 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.8-systemd, 7.9-systemd
Children:
a65f8ca2
Parents:
9d438f4
Message:

Imported changes from the main book.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r9d438f4 raad85a6  
    9999    prevents unexpected changes to the original files in case the commands are
    100100    inadvertently run twice.  </para>
    101 
     101<!--
    102102    <para>GCC doesn't detect stack protection correctly, which causes problems
    103103    for the build of Glibc-&glibc-version;, so fix that by issuing the following
     
    105105
    106106<screen><userinput remap="pre">sed -i '/k prot/agcc_cv_libc_provides_ssp=yes' gcc/configure</userinput></screen>
     107-->
     108
    107109<!--
    108110    <para>Also fix a problem identified upstream:</para>
     
    121123    --target=$LFS_TGT                              \
    122124    --prefix=/tools                                \
     125    --with-glibc-version=2.11                      \
    123126    --with-sysroot=$LFS                            \
    124127    --with-newlib                                  \
Note: See TracChangeset for help on using the changeset viewer.