- Timestamp:
- Jan 9, 2009, 10:21:44 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:
- c63c0da
- Parents:
- b7b0d5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
rb7b0d5c rf9d73f7b 44 44 <para os="s1">We will change the search locations from usr to tools:</para> 45 45 46 <screen os="s2"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h); do46 <screen os="s2"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h); do 47 47 cp -v ${file}{,.orig} 48 sed -e 's@/lib\(64\)\?\(32\)\?/ld@/tools&@g' \ 49 -e 's@/usr@/tools@g' ${file}.orig > $file 48 sed -e 's@/usr/lib@/tools/lib@g' ${file}.orig > $file 50 49 done"</userinput></screen> 51 50 … … 53 52 location:</para> 54 53 55 <screen os="ah"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h); do54 <screen os="ah"><userinput>for file in $(find gcc/config -name linux64.h -o -name linux.h); do 56 55 echo " 57 56 #undef STANDARD_STARTFILE_PREFIX_1
Note:
See TracChangeset
for help on using the changeset viewer.