Ignore:
Timestamp:
Jan 9, 2009, 6:34:22 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:
40a0cba
Parents:
c98a0f7
Message:

Changing of Cross-tools GCC echo

File:
1 edited

Legend:

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

    rc98a0f7 r92d8489d  
    5252    location:</para>
    5353
    54 <screen os="ah"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h); do
    55 echo "
    56 #undef STANDARD_STARTFILE_PREFIX_1
    57 #undef STANDARD_STARTFILE_PREFIX_2
    58 #define STANDARD_STARTFILE_PREFIX_1 \"/tools/lib/\"
    59 #define STANDARD_STARTFILE_PREFIX_2 \"\"" &gt;&gt; ${file}</userinput></screen>
     54<screen os="ah"><userinput>for file in $(find gcc/config -name linux.h -o -name linux64.h); do
     55echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "\\tools\lib"\n' &gt;&gt; ${file}</userinput></screen>
    6056
    6157    <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default
Note: See TracChangeset for help on using the changeset viewer.