Changeset a32a66d for BOOK/final-system
- Timestamp:
 - Apr 16, 2011, 4:39:51 PM (15 years ago)
 - Branches:
 - clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
 - Children:
 - 7d97f36
 - Parents:
 - 22cd957
 - Location:
 - BOOK/final-system
 - Files:
 - 
      
- 2 edited
 
- 
          
  mips64/eglibc-n32.xml (modified) (1 diff)
 - 
          
  multilib/eglibc-64bit.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/final-system/mips64/eglibc-n32.xml
r22cd957 ra32a66d 34 34 xpointer="xpointer(//*[@os='l3'])"/> 35 35 36 <screen os="l4"><userinput>LINKER=$(readelf -l $(file /tools/lib32/libc-* | cut -f1 -d:)| sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')36 <screen os="l4"><userinput>LINKER=$(readelf -l /tools/bin/bash | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') 37 37 sed -i "s|libs -o|libs -L/usr/lib32 -Wl,-dynamic-linker=${LINKER} -o|" \ 38 38 scripts/test-installation.pl  - 
      
BOOK/final-system/multilib/eglibc-64bit.xml
r22cd957 ra32a66d 34 34 xpointer="xpointer(//*[@os='l3'])"/> 35 35 36 <screen os="l4"><userinput>LINKER=$(readelf -l $(file /tools/lib64/libc-* | cut -f1 -d:)| sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')36 <screen os="l4"><userinput>LINKER=$(readelf -l /tools/bin/bash | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') 37 37 sed -i "s|libs -o|libs -L/usr/lib64 -Wl,-dynamic-linker=${LINKER} -o|" \ 38 38 scripts/test-installation.pl  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  