Changeset c5146c2


Ignore:
Timestamp:
Jan 9, 2009, 11:08:33 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:
3309623
Parents:
bd0e5c0
Message:

Forgot to add important sed to build.

Location:
BOOK/cross-tools
Files:
12 edited

Legend:

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

    rbd0e5c0 rc5146c2  
    5151    href="../common/gcc-static.xml"
    5252    xpointer="xpointer(//*[@os='ag'])"/>
     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'])"/>
    5361
    5462    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/gcc-static.xml

    rbd0e5c0 rc5146c2  
    4242<screen os="ad"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen>
    4343
     44    <para os="s1">We will change the search locations from usr to tools:</para>
     45
     46<screen os="s2"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h); do
     47cp -v ${file}{,.orig}
     48sed -e 's@/lib\(64\)\?\(32\)\?/ld@/tools&@g' \
     49-e 's@/usr@/tools@g' ${file}.orig > $file
     50done"</userinput></screen>
     51
    4452    <para os="ag">Change the StartFile Spec to point to the correct library
    4553    location:</para>
    4654
    47 <screen os="ah"><userinput>echo "
     55<screen os="ah"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h); do
     56echo "
    4857#undef STANDARD_STARTFILE_PREFIX_1
    4958#undef STANDARD_STARTFILE_PREFIX_2
    5059#define STANDARD_STARTFILE_PREFIX_1 \"/tools/lib/\"
    51 #define STANDARD_STARTFILE_PREFIX_2 \"\"" &gt;&gt; gcc/config/linux.h</userinput></screen>
     60#define STANDARD_STARTFILE_PREFIX_2 \"\"" &gt;&gt; ${file}</userinput></screen>
    5261
    5362    <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default
  • BOOK/cross-tools/mips64-64/gcc-static.xml

    rbd0e5c0 rc5146c2  
    5151    href="../common/gcc-static.xml"
    5252    xpointer="xpointer(//*[@os='ag'])"/>
     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'])"/>
    5361
    5462    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/native/gcc-static.xml

    rbd0e5c0 rc5146c2  
    5555    href="../common/gcc-static.xml"
    5656    xpointer="xpointer(//*[@os='ag'])"/>
     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'])"/>
    5765
    5866    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/native64/gcc-static.xml

    rbd0e5c0 rc5146c2  
    5151    href="../common/gcc-static.xml"
    5252    xpointer="xpointer(//*[@os='ag'])"/>
     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'])"/>
    5361
    5462    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/ppc/gcc-static.xml

    rbd0e5c0 rc5146c2  
    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'])"/>
    5765
    5866    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/ppc64/gcc-static.xml

    rbd0e5c0 rc5146c2  
    5151    href="../common/gcc-static.xml"
    5252    xpointer="xpointer(//*[@os='ag'])"/>
     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'])"/>
    5361
    5462    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc/gcc-static.xml

    rbd0e5c0 rc5146c2  
    5151    href="../common/gcc-static.xml"
    5252    xpointer="xpointer(//*[@os='ag'])"/>
     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'])"/>
    5361
    5462    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc64-64/gcc-static.xml

    rbd0e5c0 rc5146c2  
    5151    href="../common/gcc-static.xml"
    5252    xpointer="xpointer(//*[@os='ag'])"/>
     53
     54    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     55    href="../sparc64/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'])"/>
    5361
    5462    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc64/gcc-static.xml

    rbd0e5c0 rc5146c2  
    5151    href="../common/gcc-static.xml"
    5252    xpointer="xpointer(//*[@os='ag'])"/>
     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'])"/>
    5361
    5462    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86_64-64/gcc-static.xml

    rbd0e5c0 rc5146c2  
    4949    href="../common/gcc-static.xml"
    5050    xpointer="xpointer(//*[@os='ag'])"/>
     51
     52    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     53    href="../common/gcc-static.xml"
     54    xpointer="xpointer(//*[@os='s1'])"/>
     55
     56    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     57    href="../common/gcc-static.xml"
     58    xpointer="xpointer(//*[@os='s2'])"/>
    5159
    5260    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86_64/gcc-static.xml

    rbd0e5c0 rc5146c2  
    5151    href="../common/gcc-static.xml"
    5252    xpointer="xpointer(//*[@os='ag'])"/>
     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'])"/>
    5361
    5462    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.