Changeset 1a3453e


Ignore:
Timestamp:
Jan 9, 2009, 10:59:02 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:
7d6d5d8
Parents:
d04ed61
Message:

Removed Step from GCC-Static Build that is repeated by the specs patch

Location:
BOOK/cross-tools
Files:
12 edited

Legend:

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

    rd04ed61 r1a3453e  
    4747    href="../common/gcc-static.xml"
    4848    xpointer="xpointer(//*[@os='ad'])"/>
    49 
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/gcc-static.xml"
    52     xpointer="xpointer(//*[@os='s1'])"/>
    53 
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    55     href="../common/gcc-static.xml"
    56     xpointer="xpointer(//*[@os='s2'])"/>
    5749
    5850    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/gcc-static.xml

    rd04ed61 r1a3453e  
    4747<screen os="ah"><userinput>for file in $(find gcc/config -name linux.h -o -name linux64.h); do
    4848echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib"\n' &gt;&gt; ${file}</userinput></screen>
    49 
    50     <para os="s1">We will change the default location of the Dynamic Linker to /tools/lib:</para>
    51 
    52 <screen os="s2"><userinput>for file in $(find gcc/config -name linux.h -o -name linux64.h); do
    53 cp -v ${file}{,.orig}
    54 sed -e '/GLIBC_DYNAMIC_LINKER/s@"/lib@"/tools/lib@' ${file}.orig > $file
    55 done"</userinput></screen>
    5649
    5750    <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default
  • BOOK/cross-tools/mips64-64/gcc-static.xml

    rd04ed61 r1a3453e  
    4747    href="../common/gcc-static.xml"
    4848    xpointer="xpointer(//*[@os='ad'])"/>
    49 
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/gcc-static.xml"
    52     xpointer="xpointer(//*[@os='s1'])"/>
    53 
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    55     href="../common/gcc-static.xml"
    56     xpointer="xpointer(//*[@os='s2'])"/>
    5749
    5850    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/native/gcc-static.xml

    rd04ed61 r1a3453e  
    5151    href="../common/gcc-static.xml"
    5252    xpointer="xpointer(//*[@os='ad'])"/>
    53 
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    55     href="../common/gcc-static.xml"
    56     xpointer="xpointer(//*[@os='s1'])"/>
    57 
    58     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    59     href="../common/gcc-static.xml"
    60     xpointer="xpointer(//*[@os='s2'])"/>
    6153
    6254    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/native64/gcc-static.xml

    rd04ed61 r1a3453e  
    4747    href="../common/gcc-static.xml"
    4848    xpointer="xpointer(//*[@os='ad'])"/>
    49 
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/gcc-static.xml"
    52     xpointer="xpointer(//*[@os='s1'])"/>
    53 
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    55     href="../common/gcc-static.xml"
    56     xpointer="xpointer(//*[@os='s2'])"/>
    5749
    5850    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/ppc/gcc-static.xml

    rd04ed61 r1a3453e  
    4747    href="../common/gcc-static.xml"
    4848    xpointer="xpointer(//*[@os='ad'])"/>
    49 
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/gcc-static.xml"
    52     xpointer="xpointer(//*[@os='s1'])"/>
    53 
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    55     href="../common/gcc-static.xml"
    56     xpointer="xpointer(//*[@os='s2'])"/>
    5749
    5850    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/ppc64/gcc-static.xml

    rd04ed61 r1a3453e  
    4747    href="../common/gcc-static.xml"
    4848    xpointer="xpointer(//*[@os='ad'])"/>
    49 
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/gcc-static.xml"
    52     xpointer="xpointer(//*[@os='s1'])"/>
    53 
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    55     href="../common/gcc-static.xml"
    56     xpointer="xpointer(//*[@os='s2'])"/>
    5749
    5850    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc/gcc-static.xml

    rd04ed61 r1a3453e  
    4747    href="../common/gcc-static.xml"
    4848    xpointer="xpointer(//*[@os='ad'])"/>
    49 
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/gcc-static.xml"
    52     xpointer="xpointer(//*[@os='s1'])"/>
    53 
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    55     href="../common/gcc-static.xml"
    56     xpointer="xpointer(//*[@os='s2'])"/>
    5749
    5850    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc64-64/gcc-static.xml

    rd04ed61 r1a3453e  
    4747    href="../common/gcc-static.xml"
    4848    xpointer="xpointer(//*[@os='ad'])"/>
    49 
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../sparc64/gcc-static.xml"
    52     xpointer="xpointer(//*[@os='s1'])"/>
    53 
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    55     href="../common/gcc-static.xml"
    56     xpointer="xpointer(//*[@os='s2'])"/>
    5749
    5850    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc64/gcc-static.xml

    rd04ed61 r1a3453e  
    4747    href="../common/gcc-static.xml"
    4848    xpointer="xpointer(//*[@os='ad'])"/>
    49 
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/gcc-static.xml"
    52     xpointer="xpointer(//*[@os='s1'])"/>
    53 
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    55     href="../common/gcc-static.xml"
    56     xpointer="xpointer(//*[@os='s2'])"/>
    5749
    5850    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86_64-64/gcc-static.xml

    rd04ed61 r1a3453e  
    4545    href="../common/gcc-static.xml"
    4646    xpointer="xpointer(//*[@os='ad'])"/>
    47 
    48     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    49     href="../common/gcc-static.xml"
    50     xpointer="xpointer(//*[@os='s1'])"/>
    51 
    52     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    53     href="../common/gcc-static.xml"
    54     xpointer="xpointer(//*[@os='s2'])"/>
    5547
    5648    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86_64/gcc-static.xml

    rd04ed61 r1a3453e  
    5555    href="../common/gcc-static.xml"
    5656    xpointer="xpointer(//*[@os='ah'])"/>
    57 
    58     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    59     href="../common/gcc-static.xml"
    60     xpointer="xpointer(//*[@os='s1'])"/>
    61 
    62     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    63     href="../common/gcc-static.xml"
    64     xpointer="xpointer(//*[@os='s2'])"/>
    6557
    6658    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.