Changes in BOOK/cross-tools/x86/gcc-static.xml [0f33b23:ae51e2a] in clfs-embedded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/gcc-static.xml
r0f33b23 rae51e2a 48 48 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 49 49 --disable-libssp --disable-threads --enable-languages=c \ 50 -- disable-multilib --with-arch=${CLFS_CPU}</userinput></screen>50 --with-arch=${CLFS_CPU} --disable-multilib</userinput></screen> 51 51 52 52 <!-- Common configure switches for all archs --> … … 63 63 <para>This option configures the cross compiler to only output 64 64 instructions for our previously selected CPU.</para> 65 </listitem> 66 </varlistentry> 67 68 <varlistentry os="ag2"> 69 <term><parameter>--disable-multilib</parameter></term> 70 <listitem> 71 <para>This option specifies that multiple target libraries should 72 not be built.</para> 65 73 </listitem> 66 74 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.