Changeset 77e17c8d for BOOK/final-system/ppc64
- Timestamp:
- Jun 3, 2009, 12:19:02 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 56a4eb5
- Parents:
- 207aad6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc64/gcc.xml
r207aad6 r77e17c8d 21 21 <sect2 role="installation"> 22 22 <title>Installation of GCC</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="../ppc/gcc.xml"26 xpointer="xpointer(//*[@os='pp1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="../ppc/gcc.xml"30 xpointer="xpointer(//*[@os='pp2'])"/>31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/gcc.xml"34 xpointer="xpointer(//*[@os='p1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/gcc.xml"38 xpointer="xpointer(//*[@os='p2'])"/>39 40 <para os="ap1">GCC includes a <filename class="directory">nof</filename> directory41 of 32-bit code for processors which do not have hardware floating point.42 Installing it causes a linkage failure on a 64-bit system. and is43 unnecessary. The following patch will prevent it being compiled.</para>44 45 <screen os="ap2"><userinput>patch -Np1 -i ../&gcc-nof-patch;</userinput></screen>46 23 47 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.