Changeset 4dbd276 for BOOK/final-system/common
- Timestamp:
- Jun 3, 2013, 12:50:47 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fd7a9f3
- Parents:
- 578cf221
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gcc.xml
r578cf221 r4dbd276 25 25 <sect2 role="installation"> 26 26 <title>Installation of GCC</title> 27 28 29 <para os="p1">The following patch contains a number of updates to the30 &gcc-version; branch by the GCC developers:</para>31 32 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen>33 27 34 28 <para os="d">Apply a <command>sed</command> substitution that will suppress the … … 55 49 --enable-clocale=gnu --enable-languages=c,c++ \ 56 50 --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> 58 54 59 55 <para os="j">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.