Changeset 5ae3520 for BOOK/cross-tools/common
- Timestamp:
- Jul 6, 2009, 10:53:19 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- eaff4b6
- Parents:
- e37e5b2
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/cloog-ppl.xml
re37e5b2 r5ae3520 36 36 37 37 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 38 39 38 ./configure --prefix=/cross-tools --enable-shared --with-bits=gmp \ 39 --with-gmp=/cross-tools --with-ppl=/cross-tools</userinput></screen> 40 40 41 41 <para os="c">Compile the package:</para> -
BOOK/cross-tools/common/ppl.xml
re37e5b2 r5ae3520 36 36 37 37 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 38 ./configure --prefix=/cross-tools --enable-shared \ 39 --enable-interfaces="c,cxx" \ 40 --with-libgmp-prefix=/cross-tools --with-libgmpxx-prefix=/cross-tools</userinput></screen> 38 ./configure --prefix=/cross-tools --enable-shared \ 39 --enable-interfaces="c,cxx" \ 40 --with-libgmp-prefix=/cross-tools \ 41 --with-libgmpxx-prefix=/cross-tools</userinput></screen> 41 42 42 43 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.