Changeset d0845a5


Ignore:
Timestamp:
Jan 9, 2009, 9:11:11 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:
d04ed61
Parents:
0cda0dd
Message:

Fixed typo in gcc-static sed.

File:
1 edited

Legend:

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

    r0cda0dd rd0845a5  
    4444    <para os="s1">We will change the default location of the Dynamic Linker to /tools/lib:</para>
    4545
    46 <screen os="s2"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h); do
     46<screen os="s2"><userinput>for file in $(find gcc/config -name linux.h -o -name linux64.h); do
    4747cp -v ${file}{,.orig}
    4848sed -e '/GLIBC_DYNAMIC_LINKER/s@"/lib@"/tools/lib@' ${file}.orig > $file
Note: See TracChangeset for help on using the changeset viewer.