- Timestamp:
- Sep 9, 2007, 10:27:07 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- c51839c
- Parents:
- 4df8ff7
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/util-linux-ng.xml
r4df8ff7 r1d13292 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD32}" ./configure --prefix=/tools</userinput></screen> 29 <screen os="b"><userinput>CC="${CC} ${BUILD32}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 30 31 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/multilib/util-linux-ng.xml
r4df8ff7 r1d13292 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools</userinput></screen> 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 30 31 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r4df8ff7 r1d13292 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>September 09, 2007</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Updated Util-Linux-ng in Boot Section, to cross-compile.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 38 47 39 48 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.