Changeset bc2e3fa for BOOK/temp-system/multilib
- Timestamp:
- Dec 7, 2006, 11:23:24 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1e184e11
- Parents:
- 8473983
- Location:
- BOOK/temp-system/multilib
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/multilib/bash.xml
r8473983 rbc2e3fa 44 44 45 45 <screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 46 ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 46 ./configure --prefix=/tools \ 47 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 47 48 --without-bash-malloc --cache-file=config.cache</userinput></screen> 48 49 -
BOOK/temp-system/multilib/choose.xml
r8473983 rbc2e3fa 23 23 xpointer="xpointer(//*[@os='c'])"/> 24 24 25 <screen><userinput>${CLFS}/tools/lib/&glibc-ld-name; ${CLFS}/tools/lib/libc.so.6 26 ${CLFS}/tools/lib64/&glibc-ld-name; ${CLFS}/tools/lib64/libc.so.6 27 ${CLFS}/tools/lib64/&glibc-ld-name; --library-path ${CLFS}/tools/lib64 \ 28 ${CLFS}/tools/bin/gcc -v</userinput></screen> 25 <screen ><userinput>/tools/lib/libc.so.6 26 /tools/lib64/libc.so.6 27 /tools/bin/gcc -v</userinput></screen> 29 28 30 29 <para os="d">If any of these commands fail, you will have to follow the boot 31 30 method.</para> 31 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/gzip.xml
r8473983 rbc2e3fa 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os=" ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 -
BOOK/temp-system/multilib/make.xml
r8473983 rbc2e3fa 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../ common/make.xml"45 href="../../final-system/common/make.xml" 46 46 xpointer="xpointer(//*[@os='g'])"/> 47 47 -
BOOK/temp-system/multilib/patch.xml
r8473983 rbc2e3fa 22 22 <sect2 role="installation"> 23 23 <title>Installation of Patch</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/patch.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/patch.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/zlib.xml
r8473983 rbc2e3fa 22 22 <sect2 role="installation"> 23 23 <title>Installation of Zlib</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/zlib.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/zlib.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.