Ignore:
Timestamp:
Jun 7, 2009, 9:43:43 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2026a2e
Parents:
d06a4e5
Message:

This commit will address most of the EGLIBC test suite failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/eglibc-64bit.xml

    rd06a4e5 rd8f87e8  
    2121  <sect2 role="installation">
    2222    <title>Installation of EGLIBC</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/eglibc.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/eglibc.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
     31
     32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../common/eglibc.xml"
     34    xpointer="xpointer(//*[@os='l1'])"/>
     35
     36<screen os="l2"><userinput>LINKER=$(readelf -l $(file /tools/lib64/libc-* | cut -f1 -d:) | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')
     37sed -i "s|libs -o|libs -L/usr/lib64 -Wl,-dynamic-linker=${LINKER} -o|" \
     38  scripts/test-installation.pl
     39unset LINKER</userinput></screen>
    2340
    2441    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.