Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86_64/glibc.xml

    r631c8f4 re8a4711  
    5757<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
    5858    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     59    CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $CLFS_TARGET32) -O2" \
    5960    ../glibc-&glibc-version;/configure --prefix=/tools \
    6061    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
     
    8182      href="../common/glibc.xml"
    8283      xpointer="xpointer(//*[@os='dg4'])"/>
     84
     85     <varlistentry os="ea2">
     86        <term><parameter>CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt;
     87        $CLFS_TARGET32) -O2"</parameter></term>
     88        <listitem>
     89          <para>Forces GLIBC to optimize for our target system.</para>
     90        </listitem>
     91      </varlistentry>
    8392
    8493      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.