- Timestamp:
- Dec 25, 2008, 1:28:09 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- da9bb19
- Parents:
- 30edaff
- Location:
- BOOK/boot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/e2fsprogs.xml
r30edaff r8187b7d 44 44 45 45 <screen os="aa"><userinput>../configure --prefix=/tools \ 46 --enable-elf-shlibs -- disable-evms --with-cc=${CC} --with-linker=${LD} \46 --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \ 47 47 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 48 48 … … 53 53 href="../../final-system/common/e2fsprogs.xml" 54 54 xpointer="xpointer(//*[@os='e2'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"57 href="../../final-system/common/e2fsprogs.xml"58 xpointer="xpointer(//*[@os='e3'])"/>59 55 60 56 </variablelist> -
BOOK/boot/multilib/e2fsprogs.xml
r30edaff r8187b7d 51 51 52 52 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 53 --enable-elf-shlibs -- disable-evms --with-cc="${CC} ${BUILD64}" \53 --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \ 54 54 --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen> 55 55 -
BOOK/boot/ppc64/e2fsprogs.xml
r30edaff r8187b7d 63 63 64 64 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 65 --enable-elf-shlibs -- disable-evms --with-cc="${CC} ${BUILD64}" \65 --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \ 66 66 --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 67 67 --cache-file=config.cache</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.