Changeset c4fd0e3 in clfs-sysroot for BOOK


Ignore:
Timestamp:
Jul 11, 2009, 1:33:28 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
cf44b18
Parents:
1c92ca5
Message:

Command changes that fixed compilation errors in the main branch.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/cloog-ppl.xml

    r1c92ca5 rc4fd0e3  
    3535    <para os="a">Prepare CLooG-PPL for compilation:</para>
    3636
    37 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    38     ./configure --prefix=/cross-tools --enable-shared --with-bits=gmp \
    39     --with-gmp=/cross-tools --with-ppl=/cross-tools</userinput></screen>
     37<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
     38    ./configure --prefix=${CLFS}/cross-tools --enable-shared --with-bits=gmp \
     39    --with-gmp=${CLFS}/cross-tools --with-ppl=${CLFS}/cross-tools</userinput></screen>
    4040
    4141    <para os="c">Compile the package:</para>
  • BOOK/cross-tools/common/ppl.xml

    r1c92ca5 rc4fd0e3  
    3535    <para os="a">Prepare PPL for compilation:</para>
    3636
    37 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    38     ./configure --prefix=/cross-tools --enable-shared \
     37<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
     38    ./configure --prefix=${CLFS}/cross-tools --enable-shared \
    3939    --enable-interfaces="c,cxx" \
    40     --with-libgmp-prefix=/cross-tools \
    41     --with-libgmpxx-prefix=/cross-tools</userinput></screen>
     40    --with-libgmp-prefix=${CLFS}/cross-tools \
     41    --with-libgmpxx-prefix=${CLFS}/cross-tools</userinput></screen>
    4242
    4343    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/cloog-ppl.xml

    r1c92ca5 rc4fd0e3  
    3535<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3636    --prefix=/usr --enable-shared \
    37     --with-gmp=${CLFS}/usr --with-ppl=${CLFS}/usr</userinput></screen>
     37    --with-gmp --with-ppl</userinput></screen>
    3838
    3939    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.