Ignore:
Timestamp:
Jul 22, 2007, 6:27:42 AM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b79cc86
Parents:
8e5183d
Message:

Fixed a major typo in the optimizations for glibc 32bit on the x86_64 multilib final system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86_64/glibc.xml

    r8e5183d r1b43de8  
    6161<screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
    6262    CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; ${CLFS_TARGET32}) \
    63     ../glibc-&glibc-version;/configure --prefix=/usr \
     63    -mtune=generic -g -O2" ../glibc-&glibc-version;/configure --prefix=/usr \
    6464    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    6565    --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32}</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.