Changeset f10d150


Ignore:
Timestamp:
Aug 8, 2010, 2:02:10 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
41969c7
Parents:
c8d4414
Message:

We no longer need to override MULTIOSDIR for binutils on pure64. We got rid of the multilib /tools a LONG time ago.

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/64/binutils.xml

    rc8d4414 rf10d150  
    4141    href="../common/binutils.xml"
    4242    xpointer="xpointer(//*[@os='f'])"/>
    43 
    44     <para os="q1">Libiberty uses
    45     <command>gcc -print-multi-os-directory</command> to determine where to
    46     install <filename class="libraryfile">libiberty.a</filename>. Because our
    47     temporary GCC is still multilib-aware, the command returns
    48     <literal>../lib64</literal> which causes the archive to be installed into
    49     <filename class="directory">/usr/lib64</filename>.  The following sed will
    50     prevent this:</para>
    51 
    52 <screen os="q2"><userinput>sed -i 's%\(^MULTIOSDIR = \).*%\1 ../lib%' libiberty/Makefile.in</userinput></screen>
    5343
    5444    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/x86_64-64/binutils.xml

    rc8d4414 rf10d150  
    4141    href="../common/binutils.xml"
    4242    xpointer="xpointer(//*[@os='f'])"/>
    43 
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../64/binutils.xml"
    46     xpointer="xpointer(//*[@os='q1'])"/>
    47 
    48     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    49     href="../64/binutils.xml"
    50     xpointer="xpointer(//*[@os='q2'])"/>
    5143
    5244    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.