Ignore:
Timestamp:
Jul 7, 2009, 8:49:42 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b26d64d
Parents:
4261659 (diff), 53750600 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git@…:cross-lfs

File:
1 edited

Legend:

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

    r4261659 r6fcaede  
    3737    xpointer="xpointer(//*[@os='a'])"/>
    3838
    39 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \
     39<screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILD32}" \
     40    CXX="g++ -isystem /usr/include ${BUILD32}" \
    4041    LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" \
    41         ./configure --prefix=/usr --host=${CLFS_TARGET32} --enable-shared \
    42         --with-libgmp-prefix=/usr --with-libgmpxx-prefix=/usr</userinput></screen>
     42    ./configure --prefix=/usr --host=${CLFS_TARGET32} \
     43    --enable-shared</userinput></screen>
    4344
    4445    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7071    xpointer="xpointer(//*[@os='i'])"/>
    7172
     73    <para os="m1">Prepare <filename>ppl-config</filename> to be wrapped by
     74    the multiarch wrapper:</para>
     75
     76<screen os="m2"><userinput>mv -v /usr/bin/ppl-config{,-32}</userinput></screen>
     77
     78    <para os="j">One of the headers installed by PPL is architecture specific. Programs compiled as 32bit will require the header provided by the 32bit installation of PPL. The same applies for 64bit programs. Move the header so a wrapper can be put in its place later:</para>
     79
     80<screen os="k"><userinput>mv -v /usr/include/ppl{,-32}.hh</userinput></screen>
     81
     82
    7283  </sect2>
    7384
Note: See TracChangeset for help on using the changeset viewer.