Changeset c4fd0e3 in clfs-sysroot for BOOK/cross-tools
- Timestamp:
- Jul 11, 2009, 1:33:28 PM (15 years ago)
- Branches:
- master
- Children:
- cf44b18
- Parents:
- 1c92ca5
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/cloog-ppl.xml
r1c92ca5 rc4fd0e3 35 35 <para os="a">Prepare CLooG-PPL for compilation:</para> 36 36 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> 40 40 41 41 <para os="c">Compile the package:</para> -
BOOK/cross-tools/common/ppl.xml
r1c92ca5 rc4fd0e3 35 35 <para os="a">Prepare PPL for compilation:</para> 36 36 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 \ 39 39 --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> 42 42 43 43 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.