Changeset 08a5648


Ignore:
Timestamp:
Jan 9, 2009, 9:22:50 AM (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:
bd0e5c0
Parents:
562a0ae
Message:

Simpler STANDARD_STARTFILE_PREFIX Change, common to all architectures

Location:
BOOK
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/gcc-static.xml

    r562a0ae r08a5648  
    5252    xpointer="xpointer(//*[@os='ag'])"/>
    5353
    54 <screen os="ah"><userinput>echo "
    55 #undef STARTFILE_PREFIX_SPEC
    56 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" &gt;&gt; gcc/config/alpha/linux.h</userinput></screen>
     54    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     55    href="../common/gcc-static.xml"
     56    xpointer="xpointer(//*[@os='ah'])"/>
    5757
    5858    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/gcc-static.xml

    r562a0ae r08a5648  
    4646
    4747<screen os="ah"><userinput>echo "
    48 #undef STARTFILE_PREFIX_SPEC
    49 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" &gt;&gt; gcc/config/linux.h</userinput></screen>
     48#undef STANDARD_STARTFILE_PREFIX_1
     49#undef STANDARD_STARTFILE_PREFIX_2
     50#define STANDARD_STARTFILE_PREFIX_1 \"/tools/lib/\"
     51#define STANDARD_STARTFILE_PREFIX_2 \"\"" &gt;&gt; gcc/config/linux.h</userinput></screen>
    5052
    5153    <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default
  • BOOK/cross-tools/ppc/gcc-static.xml

    r562a0ae r08a5648  
    5252    xpointer="xpointer(//*[@os='ag'])"/>
    5353
    54 <screen os="ah"><userinput>echo "
    55 #undef STARTFILE_PREFIX_SPEC
    56 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" &gt;&gt; gcc/config/rs6000/linux.h</userinput></screen>
     54    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     55    href="../common/gcc-static.xml"
     56    xpointer="xpointer(//*[@os='ah'])"/>
    5757
    5858    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/ppc64/gcc-static.xml

    r562a0ae r08a5648  
    5252    xpointer="xpointer(//*[@os='ag'])"/>
    5353
    54 <screen os="ah"><userinput>echo "
    55 #undef STARTFILE_PREFIX_SPEC
    56 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" &gt;&gt; gcc/config/rs6000/linux.h
    57 echo "
    58 #undef STARTFILE_PREFIX_SPEC
    59 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" &gt;&gt; gcc/config/rs6000/linux64.h</userinput></screen>
     54    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     55    href="../common/gcc-static.xml"
     56    xpointer="xpointer(//*[@os='ah'])"/>
    6057
    6158    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc/gcc-static.xml

    r562a0ae r08a5648  
    5252    xpointer="xpointer(//*[@os='ag'])"/>
    5353
    54 <screen os="ah"><userinput>echo "
    55 #undef STARTFILE_PREFIX_SPEC
    56 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" &gt;&gt; gcc/config/sparc/linux.h</userinput></screen>
     54    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     55    href="../common/gcc-static.xml"
     56    xpointer="xpointer(//*[@os='ah'])"/>
    5757
    5858    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc64/gcc-static.xml

    r562a0ae r08a5648  
    5252    xpointer="xpointer(//*[@os='ag'])"/>
    5353
    54 <screen os="ah"><userinput>echo "
    55 #undef STARTFILE_PREFIX_SPEC
    56 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" &gt;&gt; gcc/config/sparc/linux.h
    57 echo "
    58 #undef STARTFILE_PREFIX_SPEC
    59 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" &gt;&gt; gcc/config/sparc/linux64.h</userinput></screen>
     54    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     55    href="../common/gcc-static.xml"
     56    xpointer="xpointer(//*[@os='ah'])"/>
    6057
    6158    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r562a0ae r08a5648  
    4141      <itemizedlist>
    4242        <listitem>
    43           <para>[Jim] - Don't USE HOST distro's limits.h during gcc static build.</para>
     43          <para>[Jim] - From Ryan - Don't USE HOST distro's limits.h during gcc static build.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[Jim] - From Ryan - Simpler STANDARD_STARTFILE_PREFIX Change, common to all
     47          architectures.</para>
    4448        </listitem>
    4549      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.