- Timestamp:
- Jan 4, 2009, 10:33:29 AM (16 years ago)
- Branches:
- master
- Children:
- 7329dbe
- Parents:
- d3318e9
- Location:
- BOOK/cross-tools/common
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
rd3318e9 rab1184b 43 43 xpointer="xpointer(//*[@os='e'])"/> 44 44 45 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 45 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 46 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 46 47 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 47 48 --disable-multilib --with-sysroot=${CLFS} --disable-nls \ 48 49 --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \ 50 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 49 51 --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen> 50 52 -
BOOK/cross-tools/common/gcc-static.xml
rd3318e9 rab1184b 44 44 xpointer="xpointer(//*[@os='e'])"/> 45 45 46 <screen os="ae"><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 46 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 47 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 47 48 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 48 49 --disable-multilib --with-sysroot=${CLFS} --disable-nls \ 49 50 --without-headers --with-newlib --disable-decimal-float \ 50 51 --disable-libgomp --disable-libmudflap --disable-libssp \ 52 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 51 53 --disable-shared --disable-threads --enable-languages=c</userinput></screen> 52 54
Note:
See TracChangeset
for help on using the changeset viewer.