Changeset e8502cf in clfs-embedded
- Timestamp:
- Oct 15, 2013, 1:00:04 PM (11 years ago)
- Branches:
- master
- Children:
- 96ab1c3
- Parents:
- 6368159
- git-author:
- Andrew Bradford <andrew@…> (10/14/13 08:20:48)
- git-committer:
- Andrew Bradford <andrew@…> (10/15/13 13:00:04)
- Location:
- BOOK/cross-tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/gcc-final.xml
r6368159 re8502cf 56 56 --with-sysroot=${CLFS}/cross-tools/sysroot \ 57 57 --disable-nls \ 58 --enable-shared \59 58 --enable-languages=c \ 60 59 --enable-c99 \ -
BOOK/cross-tools/common/gcc-final.xml
r6368159 re8502cf 62 62 --with-sysroot=${CLFS}/cross-tools/sysroot \ 63 63 --disable-nls \ 64 --enable-shared \65 64 --enable-languages=c \ 66 65 --enable-c99 \ … … 73 72 <variablelist os="af"> 74 73 <title>The meaning of the configure options not used previously:</title> 75 76 <varlistentry os="af1">77 <term><parameter>--enable-shared</parameter></term>78 <listitem>79 <para>Enables the creation of the shared libraries.</para>80 </listitem>81 </varlistentry>82 74 83 75 <varlistentry os="af2"> -
BOOK/cross-tools/mips/gcc-final.xml
r6368159 re8502cf 56 56 --with-sysroot=${CLFS}/cross-tools/sysroot \ 57 57 --disable-nls \ 58 --enable-shared \59 58 --enable-languages=c \ 60 59 --enable-c99 \ -
BOOK/cross-tools/x86/gcc-final.xml
r6368159 re8502cf 56 56 --with-sysroot=${CLFS}/cross-tools/sysroot \ 57 57 --disable-nls \ 58 --enable-shared \59 58 --enable-languages=c \ 60 59 --enable-c99 \
Note:
See TracChangeset
for help on using the changeset viewer.