Changeset 6cd0ea5 for BOOK/final-system


Ignore:
Timestamp:
Aug 2, 2010, 12:29:05 AM (14 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:
2b32699
Parents:
cff82f5
Message:

Fix a compilation with GMP in the final system.

Location:
BOOK/final-system/multilib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/gmp-n32.xml

    rcff82f5 r6cd0ea5  
    3939<screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILDN32}" \
    4040    CXX="g++ -isystem /usr/include ${BUILDN32}" \
    41     LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" ./configure --prefix=/usr \
     41    LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" ABI=n32 \
     42    ./configure --prefix=/usr \
    4243    --libdir=/usr/lib32 --enable-cxx --enable-mpbsd</userinput></screen>
    4344
  • BOOK/final-system/multilib/gmp.xml

    rcff82f5 r6cd0ea5  
    3939<screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILD32}" \
    4040    CXX="g++ -isystem /usr/include ${BUILD32}" \
    41     LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" ./configure --prefix=/usr \
    42     --host=${CLFS_TARGET32} --enable-cxx --enable-mpbsd</userinput></screen>
     41    LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" ABI=32 \
     42    ./configure --prefix=/usr \
     43    -enable-cxx --enable-mpbsd</userinput></screen>
    4344
    4445    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.