Changeset 88958a8 for BOOK/cross-tools/common
- Timestamp:
- Jan 3, 2009, 9:35:36 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:
- 6b70d12
- Parents:
- 9f5a80a
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
r9f5a80a r88958a8 82 82 xpointer="xpointer(//*[@os='h'])"/> 83 83 84 <screen os="bf"><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 84 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 85 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 85 86 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 86 87 --disable-multilib --with-local-prefix=/tools --disable-nls \ 88 --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 87 89 --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \ 88 90 --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen> -
BOOK/cross-tools/common/gcc-static.xml
r9f5a80a r88958a8 68 68 xpointer="xpointer(//*[@os='h'])"/> 69 69 70 <screen os="al"><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 70 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 71 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 71 72 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 72 73 --disable-multilib --with-local-prefix=/tools --disable-nls \ 73 74 --without-headers --with-newlib --disable-decimal-float \ 75 --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 74 76 --disable-libgomp --disable-libmudflap --disable-libssp \ 75 77 --disable-shared --disable-threads --enable-languages=c</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.