Changeset 82b753e0 for BOOK/final-system


Ignore:
Timestamp:
Dec 13, 2012, 3:57:15 AM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d7773de8
Parents:
b3a4933
Message:

EGLIBC no longer needs --enable-add-ons

Location:
BOOK/final-system
Files:
12 edited

Legend:

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

    rb3a4933 r82b753e0  
    7979
    8080<screen os="h"><userinput>../eglibc-&eglibc-version;/configure --prefix=/usr \
    81     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
    82     --libexecdir=/usr/lib/eglibc</userinput></screen>
     81    --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc</userinput></screen>
    8382
    8483    <variablelist os="i">
  • BOOK/final-system/mips64/eglibc-n32.xml

    rb3a4933 r82b753e0  
    8686<screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
    8787    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    88     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
     88    --disable-profile --enable-kernel=2.6.32 \
    8989    --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32</userinput></screen>
    9090
  • BOOK/final-system/multilib/eglibc-64bit.xml

    rb3a4933 r82b753e0  
    7070<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    7171    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    72     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
     72    --disable-profile --enable-kernel=2.6.32 \
    7373    --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64</userinput></screen>
    7474
  • BOOK/final-system/multilib/eglibc.xml

    rb3a4933 r82b753e0  
    6969<screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
    7070    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    71     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
     71    --disable-profile --enable-kernel=2.6.32 \
    7272    --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen>
    7373
  • BOOK/final-system/ppc64/eglibc-64bit.xml

    rb3a4933 r82b753e0  
    6969<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    7070    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    71     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
     71    --disable-profile --enable-kernel=2.6.32 \
    7272    --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen>
    7373
  • BOOK/final-system/ppc64/eglibc.xml

    rb3a4933 r82b753e0  
    8585<screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
    8686    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    87     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
     87    --disable-profile --enable-kernel=2.6.32 \
    8888    --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen>
    8989
  • BOOK/final-system/sparc64-64/eglibc.xml

    rb3a4933 r82b753e0  
    8383
    8484<screen os="h"><userinput>CC="gcc ${BUILD64}" ../eglibc-&eglibc-version;/configure --prefix=/usr \
    85     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
     85    --disable-profile --enable-kernel=2.6.32 \
    8686    --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \
    8787    --cache-file=config.cache</userinput></screen>
  • BOOK/final-system/sparc64/eglibc-64bit.xml

    rb3a4933 r82b753e0  
    7777<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    7878    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    79     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
     79    --disable-profile --enable-kernel=2.6.32 \
    8080    --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \
    8181    --cache-file=config.cache</userinput></screen>
  • BOOK/final-system/x86/eglibc.xml

    rb3a4933 r82b753e0  
    6868<screen os="h"><userinput>CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $MACHTYPE) \
    6969    -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \
    70     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
    71     --libexecdir=/usr/lib/eglibc</userinput></screen>
     70    --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc</userinput></screen>
    7271
    7372    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/x86_64-64/eglibc.xml

    rb3a4933 r82b753e0  
    7373<screen os="h"><userinput>CFLAGS="-mtune=generic -g -O2" \
    7474    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    75     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
     75    --disable-profile --enable-kernel=2.6.32 \
    7676    --libexecdir=/usr/lib/eglibc --libdir=/usr/lib</userinput></screen>
    7777
  • BOOK/final-system/x86_64/eglibc-64bit.xml

    rb3a4933 r82b753e0  
    7373    CFLAGS="-mtune=generic -g -O2" \
    7474    ../eglibc-&eglibc-version;/configure --prefix=/usr \
    75     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
     75    --disable-profile --enable-kernel=2.6.32 \
    7676    --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen>
    7777
  • BOOK/final-system/x86_64/eglibc.xml

    rb3a4933 r82b753e0  
    7070    CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; ${CLFS_TARGET32}) \
    7171    -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \
    72     --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
     72    --disable-profile --enable-kernel=2.6.32 \
    7373    --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen>
    7474
Note: See TracChangeset for help on using the changeset viewer.