Ignore:
Timestamp:
Jan 9, 2009, 10:59:02 PM (16 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.