Changeset b86c99e


Ignore:
Timestamp:
03/20/06 18:06:23 (7 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
('master', '5ea4e55860c61746fb61f12cd3c83d270ee17451')('clfs-1.2', '0d1a577466382847256b44170acecbd2e8cdc0c5')('simp', '271d1f963630b9cb390baf1ee2d8bdfe7d14e340')('systemd', 'ec008670fee2dc8086a6ce805d4831378d59895d')
Children:
9617cedd84bd2223f1359ad4c52c9fa45847f655
Parents:
876ab2dc52ef061ea7beca803950817bf625503d
git-author:
Jim Gifford <clfs@jg555.com>2006-03-20 18:06:23+00:00
git-committer:
Jim Gifford <clfs@jg555.com>2006-03-20 18:06:23+00:00
Message:

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

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    rdb27dcc rb86c99e  
    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> 
  • BOOK/temp-system/common/texinfo.xml

    r76cf100 rb86c99e  
    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" 
  • BOOK/temp-system/multilib/texinfo.xml

    r634dc5c rb86c99e  
    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.