Changeset 54fde8f in clfs-embedded for BOOK/cross-tools
- 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)
- Location:
- BOOK/cross-tools
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/gcc-final.xml
ra5cbaf25 r54fde8f 50 50 51 51 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 52 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 53 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 54 --with-sysroot=${CLFS} --disable-nls --enable-shared \ 55 --enable-languages=c --enable-c99 --enable-long-long \ 56 --disable-multilib --with-arch=${CLFS_ARM_ARCH} \ 57 --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \ 52 ../gcc-&gcc-version;/configure \ 53 --prefix=${CLFS}/cross-tools \ 54 --build=${CLFS_HOST} \ 55 --target=${CLFS_TARGET} \ 56 --host=${CLFS_HOST} \ 57 --with-sysroot=${CLFS} \ 58 --disable-nls \ 59 --enable-shared \ 60 --enable-languages=c \ 61 --enable-c99 \ 62 --enable-long-long \ 63 --disable-multilib \ 64 --with-arch=${CLFS_ARM_ARCH} \ 65 --with-mode=${CLFS_ARM_MODE} \ 66 --with-float=${CLFS_FLOAT} \ 58 67 --with-fpu=${CLFS_FPU}</userinput></screen> 59 68 -
BOOK/cross-tools/arm/gcc-static.xml
ra5cbaf25 r54fde8f 49 49 50 50 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 51 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 52 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 53 --with-sysroot=${CLFS} --disable-nls --disable-shared \ 54 --without-headers --with-newlib \ 55 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 56 --disable-libssp --disable-threads --enable-languages=c \ 57 --disable-multilib --with-arch=${CLFS_ARM_ARCH} \ 58 --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \ 51 ../gcc-&gcc-version;/configure \ 52 --prefix=${CLFS}/cross-tools \ 53 --build=${CLFS_HOST} \ 54 --host=${CLFS_HOST} \ 55 --target=${CLFS_TARGET} \ 56 --with-sysroot=${CLFS} \ 57 --disable-nls \ 58 --disable-shared \ 59 --without-headers \ 60 --with-newlib \ 61 --disable-decimal-float \ 62 --disable-libgomp \ 63 --disable-libmudflap \ 64 --disable-libssp \ 65 --disable-threads \ 66 --enable-languages=c \ 67 --disable-multilib \ 68 --with-arch=${CLFS_ARM_ARCH} \ 69 --with-mode=${CLFS_ARM_MODE} \ 70 --with-float=${CLFS_FLOAT} \ 59 71 --with-fpu=${CLFS_FPU}</userinput></screen> 60 72 -
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"> -
BOOK/cross-tools/common/gcc-static.xml
ra5cbaf25 r54fde8f 52 52 <!-- It's not actually used by any arch but is here for reference. --> 53 53 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 54 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 55 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 56 --with-sysroot=${CLFS} --disable-nls --disable-shared \ 57 --without-headers --with-newlib \ 58 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 59 --disable-libssp --disable-threads --enable-languages=c \ 54 ../gcc-&gcc-version;/configure \ 55 --prefix=${CLFS}/cross-tools \ 56 --build=${CLFS_HOST} \ 57 --host=${CLFS_HOST} \ 58 --target=${CLFS_TARGET} \ 59 --with-sysroot=${CLFS} \ 60 --disable-nls \ 61 --disable-shared \ 62 --without-headers \ 63 --with-newlib \ 64 --disable-decimal-float \ 65 --disable-libgomp \ 66 --disable-libmudflap \ 67 --disable-libssp \ 68 --disable-threads \ 69 --enable-languages=c \ 60 70 --disable-multilib</userinput></screen> 61 71 -
BOOK/cross-tools/mips/gcc-final.xml
ra5cbaf25 r54fde8f 50 50 51 51 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 52 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 53 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 54 --with-sysroot=${CLFS} --disable-nls --enable-shared \ 55 --enable-languages=c --enable-c99 --enable-long-long \ 52 ../gcc-&gcc-version;/configure \ 53 --prefix=${CLFS}/cross-tools \ 54 --build=${CLFS_HOST} \ 55 --target=${CLFS_TARGET} \ 56 --host=${CLFS_HOST} \ 57 --with-sysroot=${CLFS} \ 58 --disable-nls \ 59 --enable-shared \ 60 --enable-languages=c \ 61 --enable-c99 \ 62 --enable-long-long \ 56 63 --disable-multilib \ 57 --with-abi=${CLFS_ABI} --with-arch=mips${CLFS_MIPS_LEVEL} \ 58 --with-float=${CLFS_FLOAT} --with-endian=${CLFS_ENDIAN}</userinput></screen> 64 --with-abi=${CLFS_ABI} \ 65 --with-arch=mips${CLFS_MIPS_LEVEL} \ 66 --with-float=${CLFS_FLOAT} \ 67 --with-endian=${CLFS_ENDIAN}</userinput></screen> 59 68 60 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/mips/gcc-static.xml
ra5cbaf25 r54fde8f 49 49 50 50 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 51 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 52 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 53 --with-sysroot=${CLFS} --disable-nls --disable-shared \ 54 --without-headers --with-newlib \ 55 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 56 --disable-libssp --disable-threads --enable-languages=c \ 57 --disable-multilib --with-abi=${CLFS_ABI} --with-arch=mips${CLFS_MIPS_LEVEL} \ 58 --with-float=${CLFS_FLOAT} --with-endian=${CLFS_ENDIAN}</userinput></screen> 51 ../gcc-&gcc-version;/configure \ 52 --prefix=${CLFS}/cross-tools \ 53 --build=${CLFS_HOST} \ 54 --host=${CLFS_HOST} \ 55 --target=${CLFS_TARGET} \ 56 --with-sysroot=${CLFS} \ 57 --disable-nls \ 58 --disable-shared \ 59 --without-headers \ 60 --with-newlib \ 61 --disable-decimal-float \ 62 --disable-libgomp \ 63 --disable-libmudflap \ 64 --disable-libssp \ 65 --disable-threads \ 66 --enable-languages=c \ 67 --disable-multilib \ 68 --with-abi=${CLFS_ABI} \ 69 --with-arch=mips${CLFS_MIPS_LEVEL} \ 70 --with-float=${CLFS_FLOAT} \ 71 --with-endian=${CLFS_ENDIAN}</userinput></screen> 59 72 60 73 <!-- Common configure switches for all archs --> -
BOOK/cross-tools/x86/gcc-final.xml
ra5cbaf25 r54fde8f 50 50 51 51 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 52 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 53 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 54 --with-sysroot=${CLFS} --disable-nls --enable-shared \ 55 --enable-languages=c --enable-c99 --enable-long-long \ 52 ../gcc-&gcc-version;/configure \ 53 --prefix=${CLFS}/cross-tools \ 54 --build=${CLFS_HOST} \ 55 --target=${CLFS_TARGET} \ 56 --host=${CLFS_HOST} \ 57 --with-sysroot=${CLFS} \ 58 --disable-nls \ 59 --enable-shared \ 60 --enable-languages=c \ 61 --enable-c99 \ 62 --enable-long-long \ 56 63 --disable-multilib \ 57 64 --with-arch=${CLFS_CPU}</userinput></screen> -
BOOK/cross-tools/x86/gcc-static.xml
ra5cbaf25 r54fde8f 49 49 50 50 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 51 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 52 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 53 --with-sysroot=${CLFS} --disable-nls --disable-shared \ 54 --without-headers --with-newlib \ 55 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 56 --disable-libssp --disable-threads --enable-languages=c \ 57 --disable-multilib --with-arch=${CLFS_CPU}</userinput></screen> 51 ../gcc-&gcc-version;/configure \ 52 --prefix=${CLFS}/cross-tools \ 53 --build=${CLFS_HOST} \ 54 --host=${CLFS_HOST} \ 55 --target=${CLFS_TARGET} \ 56 --with-sysroot=${CLFS} \ 57 --disable-nls \ 58 --disable-shared \ 59 --without-headers \ 60 --with-newlib \ 61 --disable-decimal-float \ 62 --disable-libgomp \ 63 --disable-libmudflap \ 64 --disable-libssp \ 65 --disable-threads \ 66 --enable-languages=c \ 67 --disable-multilib \ 68 --with-arch=${CLFS_CPU}</userinput></screen> 58 69 59 70 <!-- Common configure switches for all archs -->
Note:
See TracChangeset
for help on using the changeset viewer.