Changeset 2f9a05f1
- Timestamp:
- Jul 18, 2009, 7:11:52 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:
- 76c9fbb
- Parents:
- 98c59fa
- Location:
- BOOK
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/ppl.xml
r98c59fa r2f9a05f1 37 37 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 38 38 ./configure --prefix=/cross-tools --enable-shared \ 39 --enable-interfaces="c,cxx" \39 --enable-interfaces="c,cxx" --disable-optimization \ 40 40 --with-libgmp-prefix=/cross-tools \ 41 41 --with-libgmpxx-prefix=/cross-tools</userinput></screen> -
BOOK/final-system/common/ppl.xml
r98c59fa r2f9a05f1 33 33 CXX="g++ -isystem /usr/include" \ 34 34 LDFLAGS="-Wl,-rpath-link,/lib" \ 35 ./configure --prefix=/usr --enable-shared</userinput></screen> 35 ./configure --prefix=/usr --enable-shared \ 36 --disable-optimization --enable-check=quick</userinput></screen> 36 37 37 38 <para os="c">Compile the package:</para> -
BOOK/final-system/multilib/ppl-64bit.xml
r98c59fa r2f9a05f1 39 39 CXX="g++ -isystem /usr/include ${BUILD64}" \ 40 40 LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" \ 41 ./configure --prefix=/usr \ 42 --libdir=/usr/lib64 --enable-shared</userinput></screen> 41 ./configure --prefix=/usr --libdir=/usr/lib64 \ 42 --enable-shared --disable-optimization \ 43 --enable-check=quick</userinput></screen> 43 44 44 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/ppl-n32.xml
r98c59fa r2f9a05f1 40 40 CXX="g++ -isystem /usr/include ${BUILDN32}" \ 41 41 LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" \ 42 ./configure --prefix=/usr \ 43 --libdir=/usr/lib32 --enable-shared</userinput></screen> 42 ./configure --prefix=/usr --libdir=/usr/lib32 \ 43 --enable-shared --disable-optimization \ 44 --enable-check=quick</userinput></screen> 44 45 45 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/ppl.xml
r98c59fa r2f9a05f1 41 41 LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" \ 42 42 ./configure --prefix=/usr --host=${CLFS_TARGET32} \ 43 --enable-shared</userinput></screen> 43 --enable-shared --disable-optimization \ 44 --enable-check=quick</userinput></screen> 44 45 45 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/64/ppl.xml
r98c59fa r2f9a05f1 39 39 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 40 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 41 --enable-interfaces="c,cxx" \42 -- enable-shared--with-libgmp-prefix=/tools \41 --enable-interfaces="c,cxx" --enable-shared \ 42 --disable-optimization --with-libgmp-prefix=/tools \ 43 43 --with-libgmpxx-prefix=/tools</userinput></screen> 44 44 -
BOOK/temp-system/common/ppl.xml
r98c59fa r2f9a05f1 37 37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --enable-interfaces="c,cxx" \39 --enable-interfaces="c,cxx" --enable-shared --disable-optimization \ 40 40 --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen> 41 41 -
BOOK/temp-system/multilib/ppl.xml
r98c59fa r2f9a05f1 40 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 41 41 --enable-interfaces="c,cxx" --libdir=/tools/lib64 --enable-shared \ 42 --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen> 42 --disable-optimization --with-libgmp-prefix=/tools \ 43 --with-libgmpxx-prefix=/tools</userinput></screen> 43 44 44 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.