Ignore:
Timestamp:
May 26, 2014, 3:20:15 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
f53e20f
Parents:
dfd73bad
git-author:
Chris Staub <chris@…> (05/26/14 03:08:52)
git-committer:
Chris Staub <chris@…> (05/26/14 03:20:15)
Message:

Added BUILD64 to new page in temp-system/64, and removed it from temp-system and boot package pages

Conflicts:

BOOK/boot/mips64-64-chapter.xml
BOOK/boot/ppc64-64-chapter.xml
BOOK/boot/sparc64-64-chapter.xml
BOOK/boot/x86_64-64-chapter.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/gmp.xml

    rdfd73bad r8ffe6ef  
    4141    xpointer="xpointer(//*[@os='b'])"/>
    4242
    43 <screen os="c"><userinput>CC_FOR_BUILD=gcc CC="${CC} \
    44     ${BUILD64}" CXX="${CXX} ${BUILD64}" ./configure --prefix=/tools \
     43<screen os="c"><userinput>CC_FOR_BUILD=gcc ./configure --prefix=/tools \
    4544    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4645    --libdir=/tools/lib64 --enable-cxx</userinput></screen>
    4746
    48     <variablelist os="ca">
    49       <title>The meaning of the new configure options:</title>
    50 
    51       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    52       href="../common/gmp.xml"
    53       xpointer="xpointer(//*[@os='ca1'])"/>
    54 
    55       <varlistentry os="ca2">
    56         <term><parameter>CC="${CC} ${BUILD64}"</parameter></term>
    57         <listitem>
    58           <para>Tells the compiler to use our 64-bit build flags.</para>
    59         </listitem>
    60       </varlistentry>
    61 
    62     </variablelist>
     47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     48    href="../common/gmp.xml"
     49    xpointer="xpointer(//*[@os='ca'])"/>
    6350
    6451    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.