Changeset 91f1994 in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Oct 14, 2013, 3:57:24 PM (11 years ago)
- Branches:
- master
- Children:
- a5cbaf25
- Parents:
- 2a5f9db
- git-author:
- Andrew Bradford <andrew@…> (10/10/13 15:25:22)
- git-committer:
- Andrew Bradford <andrew@…> (10/14/13 15:57:24)
- Location:
- BOOK/cross-tools
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm-chapter.xml
r2a5f9db r91f1994 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/abi.xml"/>17 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/variables.xml"/> 18 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/> -
BOOK/cross-tools/arm/gcc-final.xml
r2a5f9db r91f1994 54 54 --with-sysroot=${CLFS} --disable-nls --enable-shared \ 55 55 --enable-languages=c --enable-c99 --enable-long-long \ 56 --disable-multilib \ 57 --with-abi=${CLFS_ABI} --with-arch=${CLFS_ARM_ARCH} \ 56 --disable-multilib --with-arch=${CLFS_ARM_ARCH} \ 58 57 --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \ 59 58 --with-fpu=${CLFS_FPU}</userinput></screen> -
BOOK/cross-tools/arm/gcc-static.xml
r2a5f9db r91f1994 55 55 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 56 56 --disable-libssp --disable-threads --enable-languages=c \ 57 --disable-multilib --with-a bi=${CLFS_ABI} --with-arch=${CLFS_ARM_ARCH} \57 --disable-multilib --with-arch=${CLFS_ARM_ARCH} \ 58 58 --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \ 59 59 --with-fpu=${CLFS_FPU}</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.