Changeset d0845a5 for BOOK/cross-tools/common
- Timestamp:
- Jan 9, 2009, 9:11:11 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d04ed61
- Parents:
- 0cda0dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
r0cda0dd rd0845a5 44 44 <para os="s1">We will change the default location of the Dynamic Linker to /tools/lib:</para> 45 45 46 <screen os="s2"><userinput>for file in $(find gcc/config -name linux 64.h -o -name linux.h); do46 <screen os="s2"><userinput>for file in $(find gcc/config -name linux.h -o -name linux64.h); do 47 47 cp -v ${file}{,.orig} 48 48 sed -e '/GLIBC_DYNAMIC_LINKER/s@"/lib@"/tools/lib@' ${file}.orig > $file
Note:
See TracChangeset
for help on using the changeset viewer.