Changeset c63c0da
- Timestamp:
 - Jan 9, 2009, 2:38:05 PM (17 years ago)
 - Branches:
 - clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
 - Children:
 - b1a59a0
 - Parents:
 - f9d73f7b
 - File:
 - 
      
- 1 edited
 
- 
          
  BOOK/cross-tools/common/gcc-static.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/cross-tools/common/gcc-static.xml
rf9d73f7b rc63c0da 42 42 <screen os="ad"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen> 43 43 44 <para os="s1">We will change the search locations from usr totools:</para>44 <para os="s1">We will change the search locations from / to /tools:</para> 45 45 46 46 <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@/ usr/lib@/tools/lib@g' ${file}.orig > $file48 sed -e 's@/lib@/tools/lib@g' ${file}.orig > $file 49 49 done"</userinput></screen> 50 50  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  