Changeset ca9eca8d for BOOK/cross-tools/x86_64
- Timestamp:
- Jan 5, 2009, 3:17:00 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:
- 7a5bf42
- Parents:
- c4f3a6d
- Location:
- BOOK/cross-tools/x86_64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86_64/gcc-final.xml
rc4f3a6d rca9eca8d 83 83 xpointer="xpointer(//*[@os='h'])"/> 84 84 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 86 href="../common/gcc-final.xml" 87 xpointer="xpointer(//*[@os='bf'])"/> 85 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 86 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 87 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 88 --with-local-prefix=/tools --disable-nls \ 89 --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 90 --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \ 91 --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen> 88 92 89 93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/x86_64/gcc-static.xml
rc4f3a6d rca9eca8d 76 76 xpointer="xpointer(//*[@os='h'])"/> 77 77 78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 79 href="../common/gcc-static.xml" 80 xpointer="xpointer(//*[@os='al'])"/> 78 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 79 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 80 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 81 --with-local-prefix=/tools --disable-nls \ 82 --without-headers --with-newlib --disable-decimal-float \ 83 --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 84 --disable-libgomp --disable-libmudflap --disable-libssp \ 85 --disable-shared --disable-threads --enable-languages=c</userinput></screen> 81 86 82 87 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.