Changeset 350ab24 for BOOK/cross-tools/x86_64/glibc.xml
- Timestamp:
- Apr 28, 2014, 8:56:46 PM (11 years ago)
- Parents:
- 5c8e74d (diff), 31cfd067 (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/x86_64/glibc.xml
r5c8e74d r350ab24 57 57 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \ 58 58 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 59 CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET32) -O2" \60 59 ../glibc-&glibc-version;/configure --prefix=/tools \ 61 60 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ … … 82 81 href="../common/glibc.xml" 83 82 xpointer="xpointer(//*[@os='dg4'])"/> 84 85 <varlistentry os="ea2">86 <term><parameter>CFLAGS="-march=$(cut -d- -f1 <<<87 $CLFS_TARGET32) -O2"</parameter></term>88 <listitem>89 <para>Forces GLIBC to optimize for our target system.</para>90 </listitem>91 </varlistentry>92 83 93 84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.