Changeset 4ee8905
- Timestamp:
- Jul 6, 2009, 12:06:14 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fddcf74
- Parents:
- d7bec52
- Location:
- BOOK
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/cloog-ppl.xml
rd7bec52 r4ee8905 36 36 37 37 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 38 ./configure --prefix=/cross-tools --enable-shared --with-bits=gmp \38 ./configure --prefix=/cross-tools --enable-shared --with-bits=gmp \ 39 39 --with-gmp=/cross-tools --with-ppl=/cross-tools</userinput></screen> 40 40 -
BOOK/cross-tools/common/ppl.xml
rd7bec52 r4ee8905 36 36 37 37 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 38 ./configure --prefix=/cross-tools --enable-shared \38 ./configure --prefix=/cross-tools --enable-shared \ 39 39 --enable-interfaces="c,cxx" \ 40 40 --with-libgmp-prefix=/cross-tools \ -
BOOK/final-system/common/cloog-ppl.xml
rd7bec52 r4ee8905 32 32 33 33 <screen os="b"><userinput>CC="gcc -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/lib" \ 34 ./configure --prefix=/usr --enable-shared --with-gmp=/usr \34 ./configure --prefix=/usr --enable-shared --with-gmp=/usr \ 35 35 --with-ppl=/usr</userinput></screen> 36 36 -
BOOK/final-system/multilib/cloog-ppl-64bit.xml
rd7bec52 r4ee8905 37 37 38 38 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \ 39 LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" ./configure --prefix=/usr \39 LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" ./configure --prefix=/usr \ 40 40 --libdir=/usr/lib64 --enable-shared --with-gmp=/usr \ 41 41 --with-ppl=/usr</userinput></screen> -
BOOK/final-system/multilib/cloog-ppl-n32.xml
rd7bec52 r4ee8905 38 38 39 39 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \ 40 LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" ./configure --prefix=/usr \40 LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" ./configure --prefix=/usr \ 41 41 --libdir=/usr/lib32 --enable-shared \ 42 42 --with-libgmp-prefix=/usr --with-libgmpxx-prefix=/usr</userinput></screen> -
BOOK/final-system/multilib/cloog-ppl.xml
rd7bec52 r4ee8905 38 38 39 39 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \ 40 LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" ./configure --prefix=/usr \40 LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" ./configure --prefix=/usr \ 41 41 --host=${CLFS_TARGET32} --enable-shared \ 42 42 --with-gmp=/usr --with-ppl=/usr</userinput></screen> -
BOOK/temp-system/common/cloog-ppl.xml
rd7bec52 r4ee8905 36 36 37 37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \39 --with-ppl=/tools --with-gmp=/tools</userinput></screen>38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \ 39 --with-ppl=/tools --with-gmp=/tools</userinput></screen> 40 40 41 41 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.