Changeset 408ce16


Ignore:
Timestamp:
Mar 20, 2006, 10:06:23 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
d504c64
Parents:
81a5197
Message:

r2646@server: jim | 2006-03-20 10:02:07 -0800
Fixed build issue with texinfo

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/common/changelog.xml

    r81a5197 r408ce16  
    3838
    3939    <listitem>
     40      <para>March 20, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Fixed build issue with Texinfo in temp-system. Added --build.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>March 15, 2006</para>
    4150      <itemizedlist>
  • temp-system/common/texinfo.xml

    r81a5197 r408ce16  
    2828
    2929<screen os="b"><userinput>CC="${CC}" ./configure --prefix=/tools \
    30    --host=${LFS_TARGET}</userinput></screen>
     30   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • temp-system/multilib/texinfo.xml

    r81a5197 r408ce16  
    2828
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30    --host=${LFS_TARGET}</userinput></screen>
     30   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.