Changeset 88958a8 for BOOK/cross-tools/mips64-64
- 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/mips64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64-64/gcc-final.xml
r9f5a80a r88958a8 75 75 xpointer="xpointer(//*[@os='h'])"/> 76 76 77 <screen os="bf" ><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 77 <screen os="bf" ><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib \ 78 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 78 79 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} 79 80 --with-local-prefix=/tools --disable-nls --enable-shared \ 81 --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 80 82 --enable-languages=c,c++ --enable-__cxa_atexit --disable-multilib \ 81 83 --enable-c99 --enable-long-long --enable-threads=posix \ -
BOOK/cross-tools/mips64-64/gcc-static.xml
r9f5a80a r88958a8 76 76 xpointer="xpointer(//*[@os='h'])"/> 77 77 78 <screen os="al"><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 78 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 79 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 79 80 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 80 81 --disable-multilib --with-local-prefix=/tools --disable-nls \ 81 82 --without-headers --with-newlib --disable-decimal-float \ 83 --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 82 84 --disable-libgomp --disable-libmudflap --disable-libssp \ 83 85 --disable-shared --disable-threads --enable-languages=c \
Note:
See TracChangeset
for help on using the changeset viewer.