Changeset 408ce16
- Timestamp:
- Mar 20, 2006, 10:06:23 AM (19 years ago)
- Children:
- d504c64
- Parents:
- 81a5197
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/common/changelog.xml
r81a5197 r408ce16 38 38 39 39 <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> 40 49 <para>March 15, 2006</para> 41 50 <itemizedlist> -
temp-system/common/texinfo.xml
r81a5197 r408ce16 28 28 29 29 <screen os="b"><userinput>CC="${CC}" ./configure --prefix=/tools \ 30 -- host=${LFS_TARGET}</userinput></screen>30 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/texinfo.xml
r81a5197 r408ce16 28 28 29 29 <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> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.