Changeset 8872181 for BOOK/final-system


Ignore:
Timestamp:
Jul 28, 2013, 6:53:45 PM (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:
52fd35b
Parents:
446bf69
Message:

Update CFLAGS for final-system eglibc.

Location:
BOOK/final-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86/eglibc.xml

    r446bf69 r8872181  
    5959
    6060<screen os="h"><userinput>
    61     CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $MACHTYPE)" \
     61    CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $MACHTYPE) -O2" \
    6262    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    6363    --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc \
  • BOOK/final-system/x86_64-64/eglibc.xml

    r446bf69 r8872181  
    6363    xpointer="xpointer(//*[@os='g'])"/>
    6464
    65 <screen os="h"><userinput>../eglibc-&eglibc-version;/configure --prefix=/usr \
     65<screen os="h"><userinput>CFLAGS="-O2" \
     66    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    6667    --disable-profile --enable-kernel=2.6.32 \
    6768    --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \
  • BOOK/final-system/x86_64/eglibc-64bit.xml

    r446bf69 r8872181  
    6363
    6464<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     65    CFLAGS="-O2" \
    6566    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    6667    --disable-profile --enable-kernel=2.6.32 \
  • BOOK/final-system/x86_64/eglibc.xml

    r446bf69 r8872181  
    6060
    6161<screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
    62     CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; ${CLFS_TARGET32})" \
     62    CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; ${CLFS_TARGET32}) -O2" \
    6363    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    6464    --disable-profile --enable-kernel=2.6.32 \
Note: See TracChangeset for help on using the changeset viewer.