Changeset 04076fe for BOOK/cross-tools


Ignore:
Timestamp:
Jan 11, 2009, 5:34:33 AM (15 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
209cc86
Parents:
7cb0700
Message:

Added done to STANDARD_STARTFILE_PREFIX

File:
1 edited

Legend:

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

    r7cb0700 r04076fe  
    4545    location:</para>
    4646
    47 <screen os="ah"><userinput>for file in $(find gcc/config  -name linux.h -o -name linux64.h ! -wholename gcc/config/linux.h); do
    48 echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib/"' &gt;&gt; ${file}</userinput></screen>
     47<screen os="ah"><userinput>for file in $(find gcc/config  -name linux.h -o -name linux64.h ! -wholename gcc/config/linux.h)
     48do echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib/"' &gt;&gt; ${file}
     49done</userinput></screen>
    4950
    5051    <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default
Note: See TracChangeset for help on using the changeset viewer.