Changeset 5ca6d3b


Ignore:
Timestamp:
Sep 10, 2013, 2:12:58 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
22bfda0
Parents:
8921403
Message:

Cross tools pure64 eglibc should be 64 bit, not 32 bit. I have a 2 bit brain.

File:
1 edited

Legend:

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

    r8921403 r5ca6d3b  
    99  <?dbhtml filename="eglibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; 32 Bit</title>
     11  <title>EGLIBC-&eglibc-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-eglibc">
    1414    <primary sortas="a-EGLIBC">EGLIBC</primary>
    15     <secondary>cross tools, 32 Bit</secondary>
     15    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
     
    4747    xpointer="xpointer(//*[@os='g'])"/>
    4848
    49 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
    50     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    51     CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $CLFS_TARGET32) -O2" \
    52     ../eglibc-&eglibc-version;/configure --prefix=/tools \
    53     --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    54     --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
    55     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    56     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
     49    <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
     50      AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     51      ../eglibc-&eglibc-version;/configure --prefix=/tools \
     52      --host=${CLFS_TARGET} --build=${CLFS_HOST} \
     53      --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     54      --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     55      --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
    5756
    5857    <variablelist os="dg">
     
    6463
    6564      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    66       href="../multilib/eglibc.xml"
    67       xpointer="xpointer(//*[@os='ea1'])"/>
     65      href="../multilib/eglibc-64bit.xml"
     66      xpointer="xpointer(//*[@os='fa1'])"/>
    6867
    6968      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7473      href="../common/eglibc.xml"
    7574      xpointer="xpointer(//*[@os='dg4'])"/>
    76 
    77      <varlistentry os="ea2">
    78         <term><parameter>CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt;
    79         $CLFS_TARGET32) -O2"</parameter></term>
    80         <listitem>
    81           <para>Forces EGLIBC to optimize for our target system.</para>
    82         </listitem>
    83       </varlistentry>
    8475
    8576      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.