Changeset cf21cbe


Ignore:
Timestamp:
Jan 9, 2009, 3:50: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:
c98a0f7
Parents:
b1a59a0
Message:

Sed update to gcc-static sed from Joe

File:
1 edited

Legend:

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

    rb1a59a0 rcf21cbe  
    4242<screen os="ad"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen>
    4343
    44     <para os="s1">We will change the default location of the Dynamic Linker /tools/lib:</para>
     44    <para os="s1">We will change the default location of the Dynamic Linker to /tools/lib:</para>
    4545
    4646<screen os="s2"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h); do
    4747cp -v ${file}{,.orig}
    48 sed -e 's@/lib@/tools/lib@g' ${file}.orig > $file
     48sed -e '/GLIBC_DYNAMIC_LINKER/s@"/lib@"/tools/lib@' ${file}.orig > $file
    4949done"</userinput></screen>
    5050
Note: See TracChangeset for help on using the changeset viewer.