Changeset b2297f5


Ignore:
Timestamp:
Jan 10, 2009, 1:16:55 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:
eabac43
Parents:
7d6d5d8
Message:

Updates to Prefix Spec in GCC

File:
1 edited

Legend:

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

    r7d6d5d8 rb2297f5  
    4545    location:</para>
    4646
    47 <screen os="ah"><userinput>for file in $(find gcc/config -name linux.h -o -name linux64.h); do
    48 echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib"\n' &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); do
     48echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib/"' &gt;&gt; ${file}</userinput></screen>
    4949
    5050    <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default
Note: See TracChangeset for help on using the changeset viewer.