Changeset 54fde8f in clfs-embedded for BOOK/cross-tools/common/gcc-final.xml
- Timestamp:
- Oct 14, 2013, 3:57:24 PM (11 years ago)
- Branches:
- master
- Children:
- fd75ead
- Parents:
- a5cbaf25
- git-author:
- Andrew Bradford <andrew@…> (10/10/13 19:35:24)
- git-committer:
- Andrew Bradford <andrew@…> (10/14/13 15:57:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
ra5cbaf25 r54fde8f 56 56 <!-- It's not actually used by any arch but is here for reference. --> 57 57 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 58 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 59 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 60 --with-sysroot=${CLFS} --disable-nls --enable-shared \ 61 --enable-languages=c --enable-c99 --enable-long-long \ 62 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 63 --with-mpc=${CLFS}/cross-tools --disable-multilib</userinput></screen> 58 ../gcc-&gcc-version;/configure \ 59 --prefix=${CLFS}/cross-tools \ 60 --build=${CLFS_HOST} \ 61 --target=${CLFS_TARGET} \ 62 --host=${CLFS_HOST} \ 63 --with-sysroot=${CLFS} \ 64 --disable-nls \ 65 --enable-shared \ 66 --enable-languages=c \ 67 --enable-c99 \ 68 --enable-long-long \ 69 --with-mpfr=${CLFS}/cross-tools \ 70 --with-gmp=${CLFS}/cross-tools \ 71 --with-mpc=${CLFS}/cross-tools \ 72 --disable-multilib</userinput></screen> 64 73 65 74 <variablelist os="af">
Note:
See TracChangeset
for help on using the changeset viewer.