Ignore:
Timestamp:
Feb 21, 2006, 1:04:38 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
e8d5ffa
Parents:
4766a63
Message:

r689@server (orig r687): ken | 2005-11-11 09:57:19 -0800
Reduce multilib temporary perl to a single build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp-tools/multilib/perl.xml

    r4766a63 ra0bdcb7  
    99  <?dbhtml filename="perl.html"?>
    1010
    11   <title>Perl-&perl-version; 32 Bit</title>
     11  <title>Perl-&perl-version;</title>
    1212
    1313  <indexterm zone="ch-temp-tools-perl">
     
    2222  <sect2 role="installation">
    2323    <title>Installation of Perl</title>
     24
     25    <para os="a0a">We need a working Perl to build glibc and test coreutils, it
     26    doesn't matter whether this is a 32-bit or a 64-bit program. But, the perl
     27    configure process knows nothing about multilib and assumes it will be installed
     28    in a 'lib' directory.  Using the same patch as for non-multilib systems we can
     29    easily install into <filename class="directory">/tools/lib</filename>.</para>
     30
     31    <para os="a0b">Installing successfully into a different directory such as
     32    <filename class="directory">/tools/lib64</filename> would require more effort
     33   (compare how we install Perl in the final system) for no real gain. On this
     34   multilib system, <filename class="directory">/tools/lib</filename> is where we
     35   install 32-bit libraries, so for consistency we will build a 32-bit Perl here.
     36   </para>
    2437
    2538    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.