Changeset 616b1809 for BOOK


Ignore:
Timestamp:
Aug 28, 2010, 10:22:50 AM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a27d2a4
Parents:
89ccea8
Message:

Added a note to GMP in the final system about building GMP for a different target CPU.

Location:
BOOK
Files:
6 edited

Legend:

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

    r89ccea8 r616b1809  
    3333
    3434-->
     35
     36    <note os="n1">
     37      <para>If you are compiling this package on a different CPU then you plan to
     38      run the CLFS system on. You must replace GMP's <filename>config.guess</filename>
     39      and <filename>config.sub</filename> wrappers with the originals. This will
     40      prevent GMP from optimizing for the wrong CPU. You can make this change with
     41      the following command:</para>
     42
     43<screen><userinput>mv config{fsf,}.guess
     44mv config{fsf,}.sub</userinput></screen>
     45
     46    </note>
     47
    3548    <para os="a">Prepare GMP for compilation:</para>
    3649
  • BOOK/final-system/mips64/gmp-64bit.xml

    r89ccea8 r616b1809  
    3232
    3333-->
     34
     35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     36    href="../common/gmp.xml"
     37    xpointer="xpointer(//*[@os='n1'])"/>
     38
    3439    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3540    href="../common/gmp.xml"
  • BOOK/final-system/multilib/gmp-64bit.xml

    r89ccea8 r616b1809  
    3232
    3333-->
     34    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     35    href="../common/gmp.xml"
     36    xpointer="xpointer(//*[@os='n1'])"/>
     37
    3438    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3539    href="../common/gmp.xml"
  • BOOK/final-system/multilib/gmp-n32.xml

    r89ccea8 r616b1809  
    3333
    3434-->
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../common/gmp.xml"
     38    xpointer="xpointer(//*[@os='n1'])"/>
     39
    3540    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3641    href="../common/gmp.xml"
  • BOOK/final-system/multilib/gmp.xml

    r89ccea8 r616b1809  
    3232    xpointer="xpointer(//*[@os='p2'])"/>
    3333-->
     34
     35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     36    href="../common/gmp.xml"
     37    xpointer="xpointer(//*[@os='n1'])"/>
    3438
    3539    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r89ccea8 r616b1809  
    4141      <itemizedlist>
    4242        <listitem>
    43           <para>[Jonathan] - Corrected md5sums and some links, thanks to Code Monkey.</para>
     43          <para>[jciccone] - Added a note to GMP in the final system about
     44          building for a different cpu.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[Jonathan] - Corrected md5sums and some links, thanks to
     48          Code Monkey.</para>
    4449        </listitem>
    4550      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.