Changeset 3490624


Ignore:
Timestamp:
Feb 21, 2006, 1:36:28 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
2d4d1448
Parents:
f244191
Message:

r852@server (orig r850): ken | 2005-12-06 08:22:02 -0800
fixes for temp gettext : change directory and reinstate --host for multilib, point both to the cache in the parent directory

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/common/changelog.xml

    rf244191 r3490624  
    3838
    3939    <listitem>
    40       <para>December 7, 2005</para>
    41       <itemizedlist>
     40      <para>December 6, 2005</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Upgraded to Glibc 20051107.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
     47        </listitem>
    4248        <listitem>
    4349          <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
    4450        </listitem>
    45       </itemizedlist>
    46     </listitem>
    47 
    48     <listitem>
    49       <para>December 6, 2005</para>
    50       <itemizedlist>
    51         <listitem>
    52           <para>[jim] - Upgraded to Glibc 20051107.</para>
    53         </listitem>
    54         <listitem>
    55           <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
     51        <listitem>
     52          <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
     53                correct the date in changelog.</para>
    5654        </listitem>
    5755      </itemizedlist>
  • temp-system/common/gettext.xml

    rf244191 r3490624  
    3333   ./configure --prefix=/tools \
    3434   --host=${LFS_TARGET} --disable-shared \
    35    --cache-file=config.cache</userinput></screen>
     35   --cache-file=../config.cache</userinput></screen>
    3636
    3737    <variablelist os="e">
  • temp-system/multilib/gettext.xml

    rf244191 r3490624  
    99  <?dbhtml filename="gettext.html"?>
    1010
    11   <title>Gettext-&gettext-version; 32 Bit</title>
     11  <title>Gettext-&gettext-version;</title>
    1212
    1313  <indexterm zone="ch-temp-system-gettext">
    1414    <primary sortas="a-Gettext">Gettext</primary>
    15     <secondary>temporary system, 32 Bit</secondary>
     15    <secondary>temporary system</secondary>
    1616  </indexterm>
    1717
     
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    38    ./configure --prefix=/tools --disable-shared \
    39    --cache-file=config.cache</userinput></screen>
     37<screen os="d"><userinput>cd gettext-tools
     38   CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
     39   ./configure --prefix=/tools \
     40   --host=${LFS_TARGET} --disable-shared \
     41   --cache-file=../config.cache</userinput></screen>
    4042
    4143    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.