Ignore:
Timestamp:
Jul 6, 2009, 12:05:53 PM (15 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:
4ee8905
Parents:
aa443fc
Message:

Also set CXX for ppl in the final system.

File:
1 edited

Legend:

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

    raa443fc rd7bec52  
    3737    xpointer="xpointer(//*[@os='a'])"/>
    3838
    39 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \
    40 LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" ./configure --prefix=/usr \
     39<screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILDN32}" \
     40    CXX="g++ -isystem /usr/include ${BUILDN32}" \
     41    LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" \
     42    ./configure --prefix=/usr \
    4143    --libdir=/usr/lib32 --enable-shared --with-libgmp-prefix=/usr \
    4244    --with-libgmpxx-prefix=/usr</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.