Changeset 8ffe6ef for BOOK/boot/multilib
- Timestamp:
- May 26, 2014, 3:20:15 AM (11 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- f53e20f
- Parents:
- dfd73bad
- git-author:
- Chris Staub <chris@…> (05/26/14 03:08:52)
- git-committer:
- Chris Staub <chris@…> (05/26/14 03:20:15)
- Location:
- BOOK/boot/multilib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/e2fsprogs.xml
rdfd73bad r8ffe6ef 41 41 xpointer="xpointer(//*[@os='c'])"/> 42 42 43 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" \ 44 ../configure --prefix=/tools --enable-elf-shlibs \ 43 <screen os="aa"><userinput>../configure --prefix=/tools --enable-elf-shlibs \ 45 44 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 46 45 --disable-libblkid --disable-libuuid --disable-fsck \ -
BOOK/boot/multilib/eudev.xml
rdfd73bad r8ffe6ef 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen os="b"><userinput> CC="${CC} ${BUILD64}"./configure --prefix=/tools --build=${CLFS_HOST} \28 <screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} \ 29 29 --host=${CLFS_TARGET} --libdir=/tools/lib64 --with-rootlibdir=/tools/lib64 \ 30 30 --disable-introspection --disable-gtk-doc-html --disable-gudev \ -
BOOK/boot/multilib/grub-build.xml
rdfd73bad r8ffe6ef 39 39 xpointer="xpointer(//*[@os='a'])"/> 40 40 41 <screen os="ab"><userinput> CC="${CC} ${BUILD64}"./configure --prefix=/tools \41 <screen os="ab"><userinput>./configure --prefix=/tools \ 42 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 43 --libdir=/tools/lib64 --disable-werror \ -
BOOK/boot/multilib/kmod.xml
rdfd73bad r8ffe6ef 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen os="b"><userinput> CC="${CC} ${BUILD64}"./configure --prefix=/tools \37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 39 --libdir=/tools/lib64 --with-xz --with-zlib</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.