- Timestamp:
- Feb 17, 2011, 12:42:04 PM (14 years ago)
- Branches:
- master
- Children:
- 85f704b
- Parents:
- a20c17d
- Location:
- BOOK/cross-tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/gcc-final.xml
ra20c17d r2a10689 46 46 --with-abi=${CLFS_ABI}</userinput></screen> 47 47 48 <variablelist os="af"> 49 <title>The meaning of the configure options not used previously:</title> 50 51 <varlistentry os="af1"> 52 <term><parameter>--enable-shared</parameter></term> 53 <listitem> 54 <para>Enables the creation of the shared libraries.</para> 55 </listitem> 56 </varlistentry> 57 58 <varlistentry os="af2"> 59 <term><parameter>--enable-c99</parameter></term> 60 <listitem> 61 <para>Enable C99 support for C programs.</para> 62 </listitem> 63 </varlistentry> 64 65 <varlistentry os="af3"> 66 <term><parameter>--enable-long-long</parameter></term> 67 <listitem> 68 <para>Enables long long support in the compiler.</para> 69 </listitem> 70 </varlistentry> 71 72 </variablelist> 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 href="../common/gcc-final.xml" 50 xpointer="xpointer(//*[@os='af'])"/> 73 51 74 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/mips/gcc-final.xml
ra20c17d r2a10689 46 46 --with-abi=${CLFS_ABI}</userinput></screen> 47 47 48 <variablelist os="af"> 49 <title>The meaning of the configure options not used previously:</title> 50 51 <varlistentry os="af1"> 52 <term><parameter>--enable-shared</parameter></term> 53 <listitem> 54 <para>Enables the creation of the shared libraries.</para> 55 </listitem> 56 </varlistentry> 57 58 <varlistentry os="af2"> 59 <term><parameter>--enable-c99</parameter></term> 60 <listitem> 61 <para>Enable C99 support for C programs.</para> 62 </listitem> 63 </varlistentry> 64 65 <varlistentry os="af3"> 66 <term><parameter>--enable-long-long</parameter></term> 67 <listitem> 68 <para>Enables long long support in the compiler.</para> 69 </listitem> 70 </varlistentry> 71 72 </variablelist> 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 href="../common/gcc-final.xml" 50 xpointer="xpointer(//*[@os='af'])"/> 73 51 74 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/x86/gcc-final.xml
ra20c17d r2a10689 46 46 --with-arch=${CLFS_CPU}</userinput></screen> 47 47 48 <variablelist os="af"> 49 <title>The meaning of the configure options not used previously:</title> 50 51 <varlistentry os="af1"> 52 <term><parameter>--enable-shared</parameter></term> 53 <listitem> 54 <para>Enables the creation of the shared libraries.</para> 55 </listitem> 56 </varlistentry> 57 58 <varlistentry os="af2"> 59 <term><parameter>--enable-c99</parameter></term> 60 <listitem> 61 <para>Enable C99 support for C programs.</para> 62 </listitem> 63 </varlistentry> 64 65 <varlistentry os="af3"> 66 <term><parameter>--enable-long-long</parameter></term> 67 <listitem> 68 <para>Enables long long support in the compiler.</para> 69 </listitem> 70 </varlistentry> 71 72 </variablelist> 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 href="../common/gcc-final.xml" 50 xpointer="xpointer(//*[@os='af'])"/> 73 51 74 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.