- Timestamp:
- Jul 26, 2009, 10:54:01 AM (15 years ago)
- Branches:
- master
- Children:
- be0b9e3
- Parents:
- 62d5fa3
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/ppl.xml
r62d5fa3 r32f3d30 37 37 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 38 38 ./configure --prefix=${CLFS}/cross-tools --enable-shared \ 39 --enable-interfaces="c,cxx" \39 --enable-interfaces="c,cxx" --disable-optimization \ 40 40 --with-libgmp-prefix=${CLFS}/cross-tools \ 41 41 --with-libgmpxx-prefix=${CLFS}/cross-tools</userinput></screen> -
BOOK/final-system/common/ppl.xml
r62d5fa3 r32f3d30 37 37 --with-libgmp-prefix=${CLFS}/usr \ 38 38 --with-libgmpxx-prefix=${CLFS}/usr \ 39 --enable-shared</userinput></screen> 39 --enable-shared --disable-optimization \ 40 --enable-check=quick</userinput></screen> 40 41 41 42 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.