Changeset 98c59fa for BOOK/chroot/multilib
- Timestamp:
- Jul 18, 2009, 4:41:58 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 2f9a05f1
- Parents:
- bbb7784
- Location:
- BOOK/chroot/multilib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/multilib/e2fsprogs.xml
rbbb7784 r98c59fa 43 43 xpointer="xpointer(//*[@os='c'])"/> 44 44 45 <screen os="d"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 45 <screen os="d"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 46 ../configure --prefix=/tools \ 46 47 --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \ 47 --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen> 48 --with-linker=${LD} --host=${CLFS_TARGET} \ 49 --disable-libuuid --disable-libblkid</userinput></screen> 48 50 49 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/chroot/multilib/util-linux-ng.xml
rbbb7784 r98c59fa 28 28 29 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-makeinstall-chown</userinput></screen> 31 32 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.