Changeset 74592cf for BOOK/final-system/multilib
- Timestamp:
- Aug 14, 2014, 2:32:50 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- c02c97a
- Parents:
- 4b96748f
- git-author:
- Chris Staub <chris@…> (08/14/14 02:27:23)
- git-committer:
- Chris Staub <chris@…> (08/14/14 02:32:50)
- Location:
- BOOK/final-system/multilib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/glibc-64bit.xml
r4b96748f r74592cf 26 26 xpointer="xpointer(//*[@os='l1'])"/> 27 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../common/glibc.xml" 30 xpointer="xpointer(//*[@os='l2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../common/glibc.xml" 34 xpointer="xpointer(//*[@os='l3'])"/> 35 36 <screen os="l4"><userinput>LINKER=$(readelf -l /tools/bin/bash | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') 28 <screen os="l2"><userinput>LINKER=$(readelf -l /tools/bin/bash | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') 37 29 sed -i "s|libs -o|libs -L/usr/lib64 -Wl,-dynamic-linker=${LINKER} -o|" \ 38 30 scripts/test-installation.pl -
BOOK/final-system/multilib/glibc.xml
r4b96748f r74592cf 34 34 href="../common/glibc.xml" 35 35 xpointer="xpointer(//*[@os='l2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"38 href="../common/glibc.xml"39 xpointer="xpointer(//*[@os='l3'])"/>40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"42 href="../common/glibc.xml"43 xpointer="xpointer(//*[@os='l4'])"/>44 36 45 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.