Changeset bcfbe5b in clfs-embedded for BOOK/cross-tools/arm/gcc-final.xml
- Timestamp:
- Feb 26, 2011, 9:33:02 AM (14 years ago)
- Branches:
- master
- Children:
- d38764e
- Parents:
- a94e338 (diff), b54e969 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/gcc-final.xml
ra94e338 rbcfbe5b 43 43 --enable-languages=c --enable-c99 --enable-long-long \ 44 44 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 45 --with-mpc=${CLFS}/cross-tools --with-abi=${CLFS_ABI}</userinput></screen> 45 --with-mpc=${CLFS}/cross-tools --disable-multilib \ 46 --with-abi=${CLFS_ABI} --with-arch=${CLFS_ARM_ARCH} \ 47 --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \ 48 --with-fpu=${CLFS_FPU}</userinput></screen> 46 49 47 <variablelist os="af"> 48 <title>The meaning of the configure options not used previously:</title> 49 50 <varlistentry os="af1"> 51 <term><parameter>--enable-shared</parameter></term> 52 <listitem> 53 <para>Enables the creation of the shared libraries.</para> 54 </listitem> 55 </varlistentry> 56 57 <varlistentry os="af2"> 58 <term><parameter>--enable-c99</parameter></term> 59 <listitem> 60 <para>Enable C99 support for C programs.</para> 61 </listitem> 62 </varlistentry> 63 64 <varlistentry os="af3"> 65 <term><parameter>--enable-long-long</parameter></term> 66 <listitem> 67 <para>Enables long long support in the compiler.</para> 68 </listitem> 69 </varlistentry> 70 71 </variablelist> 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 51 href="../common/gcc-final.xml" 52 xpointer="xpointer(//*[@os='af'])"/> 72 53 73 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.