Changeset 2643b9b4 for BOOK/final-system/multilib/eglibc-64bit.xml
- Timestamp:
- Apr 16, 2011, 5:46:52 PM (14 years ago)
- Children:
- 441840b
- Parents:
- af43a09 (diff), e0ad6ee (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/eglibc-64bit.xml
raf43a09 r2643b9b4 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 25 href="../common/eglibc.xml" 26 xpointer="xpointer(//*[@os='l1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../common/eglibc.xml" 30 xpointer="xpointer(//*[@os='l2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../common/eglibc.xml" 26 34 xpointer="xpointer(//*[@os='l3'])"/> 27 35 28 <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') 29 37 sed -i "s|libs -o|libs -L/usr/lib64 -Wl,-dynamic-linker=${LINKER} -o|" \ 30 38 scripts/test-installation.pl 31 39 unset LINKER</userinput></screen> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/eglibc.xml" 43 xpointer="xpointer(//*[@os='p1'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/eglibc.xml" 47 xpointer="xpointer(//*[@os='p2'])"/> 32 48 33 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.