Changeset 631c8f4 for BOOK/cross-tools


Ignore:
Timestamp:
Apr 26, 2014, 11:40:24 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
49d6dfb
Parents:
cc27223
Message:

x86 Glibc builds no longer need CFLAGS

Location:
BOOK/cross-tools
Files:
2 edited

Legend:

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

    rcc27223 r631c8f4  
    5757<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
    5858    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    59     CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $CLFS_TARGET) -O2" \
    6059    ../glibc-&glibc-version;/configure --prefix=/tools \
    6160    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    62     --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
    63     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    64     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
     61    --disable-profile --with-tls --enable-kernel=2.6.32 \
     62    --with-__thread --with-binutils=/cross-tools/bin \
     63    --with-headers=/tools/include --enable-obsolete-rpc \
     64    --cache-file=config.cache</userinput></screen>
    6565
    6666    <variablelist os="dg">
     
    8282      href="../common/glibc.xml"
    8383      xpointer="xpointer(//*[@os='dg4'])"/>
    84 
    85       <varlistentry os="ea2">
    86         <term><parameter>CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt;
    87         $CLFS_TARGET)" -O2</parameter></term>
    88         <listitem>
    89           <para>Forces GLIBC to optimize for our target system.</para>
    90         </listitem>
    91       </varlistentry>
    9284
    9385      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/x86_64/glibc.xml

    rcc27223 r631c8f4  
    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" \
    6059    ../glibc-&glibc-version;/configure --prefix=/tools \
    6160    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
     
    8281      href="../common/glibc.xml"
    8382      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>
    9283
    9384      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.