Ignore:
Timestamp:
Jun 3, 2013, 12:50:47 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
fd7a9f3
Parents:
578cf221
Message:

Update to gcc 4.8.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gcc.xml

    r578cf221 r4dbd276  
    2525  <sect2 role="installation">
    2626    <title>Installation of GCC</title>
    27 
    28 
    29     <para os="p1">The following patch contains a number of updates to the
    30     &gcc-version; branch by the GCC developers:</para>
    31 
    32     <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen>
    3327
    3428    <para os="d">Apply a <command>sed</command> substitution that will suppress the
     
    5549    --enable-clocale=gnu --enable-languages=c,c++ \
    5650    --disable-multilib --disable-libstdcxx-pch \
    57     --enable-cloog-backend=isl</userinput></screen>
     51    --enable-cloog-backend=isl --with-system-zlib \
     52    --disable-cloog-version-check --enable-checking=release \
     53    --enable-libstdcxx-time --disable-install-libiberty</userinput></screen>
    5854
    5955    <para os="j">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.