- Timestamp:
- Jul 28, 2007, 7:43:26 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5ec7618f
- Parents:
- c304f4c
- Location:
- BOOK/boot
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/whatnext.xml
rc304f4c rd018b81 23 23 <table> 24 24 <title>Boot Methods</title> 25 <tgroup cols="2" align="center"> 26 <colspec colname="Method"/> 27 <colspec colname="Arch"/> 28 <colspec colname="Link"/> 25 <?dbfo table-width="6in" ?> 26 27 <tgroup cols="3"> 28 29 <colspec colnum="1" colwidth="1in" colname="Method"/> 30 <colspec colnum="2" colwidth="2.5in" colname="Arch"/> 31 <colspec colnum="3" colwidth="2.5in" colname="Link"/> 32 29 33 <thead> 30 34 <row> … … 34 38 </row> 35 39 </thead> 40 36 41 <tbody> 37 42 <row> … … 41 46 </row> 42 47 </tbody> 48 43 49 </tgroup> 50 44 51 </table> 45 52 -
BOOK/boot/mips64/flags.xml
rc304f4c rd018b81 16 16 echo export BUILDN32=\""${BUILDN32}\"" >> ${CLFS}/root/.bash_profile 17 17 echo export BUILD64=\""${BUILD64}\"" >> ${CLFS}/root/.bash_profile 18 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ${CLFS}/root/.bash_profile</userinput></screen> 18 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> \ 19 ${CLFS}/root/.bash_profile</userinput></screen> 19 20 20 21 </sect1> -
BOOK/boot/multilib/e2fsprogs.xml
rc304f4c rd018b81 43 43 44 44 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 45 --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" --with-linker=${LD}\46 --host=${CLFS_TARGET}</userinput></screen>45 --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \ 46 --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen> 47 47 48 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/ppc64/e2fsprogs.xml
rc304f4c rd018b81 55 55 56 56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 57 --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" --with-linker=${LD} \ 58 --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen> 57 --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \ 58 --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 59 --cache-file=config.cache</userinput></screen> 59 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/sparc64/flags.xml
rc304f4c rd018b81 15 15 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ${CLFS}/root/.bash_profile 16 16 echo export BUILD64=\""${BUILD64}\"" >> ${CLFS}/root/.bash_profile 17 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ${CLFS}/root/.bash_profile</userinput></screen> 17 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> \ 18 ${CLFS}/root/.bash_profile</userinput></screen> 18 19 19 20 </sect1> -
BOOK/boot/x86_64/flags.xml
rc304f4c rd018b81 15 15 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ${CLFS}/root/.bash_profile 16 16 echo export BUILD64=\""${BUILD64}\"" >> ${CLFS}/root/.bash_profile 17 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ${CLFS}/root/.bash_profile</userinput></screen> 17 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> \ 18 ${CLFS}/root/.bash_profile</userinput></screen> 18 19 19 20 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.