Changeset 444a746


Ignore:
Timestamp:
Jul 26, 2009, 1:26:43 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3a9780d, 55439e2
Parents:
6621fca
Message:

Added workaround to allow PPC to build final-system GCC

Location:
BOOK
Files:
4 edited

Legend:

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

    r6621fca r444a746  
    5858    xpointer="xpointer(//*[@os='j'])"/>
    5959
    60     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    61     href="../common/gcc.xml"
    62     xpointer="xpointer(//*[@os='k'])"/>
     60<screen os="k"><userinput>make STAGE1_CFLAGS="-g -O2"</userinput></screen>
    6361
    6462    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/ppc64/gcc.xml

    r6621fca r444a746  
    5151
    5252    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    53     href="../common/gcc.xml"
     53    href="../ppc/gcc.xml"
    5454    xpointer="xpointer(//*[@os='k'])"/>
    5555
  • BOOK/introduction/ppc/changelog.xml

    r6621fca r444a746  
    4040          <para>[jim] - By default parted requires the device-mapper library. We
    4141                don't install it so we disable it.</para>
     42        </listitem>
     43        <listitem>
     44          <para>[jim] - Final system GCC failes on Powerpc. The following is a
     45                 temporary hack until a permanent fix is in place. See GCC bug
     46                 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37739 fo details.</para>
    4247        </listitem>
    4348      </itemizedlist>
  • BOOK/introduction/ppc64/changelog.xml

    r6621fca r444a746  
    4040          <para>[jim] - By default parted requires the device-mapper library. We
    4141                don't install it so we disable it.</para>
     42        </listitem>
     43        <listitem>
     44          <para>[jim] - Final system GCC failes on Powerpc. The following is a
     45                 temporary hack until a permanent fix is in place. See GCC bug
     46                 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37739 fo details.</para>
    4247        </listitem>
    4348      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.