Changeset 98b3f45 for BOOK/final-system/multilib
- Timestamp:
- Jun 25, 2013, 11:38:37 AM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- da6eb36
- Parents:
- bcfce32
- Location:
- BOOK/final-system/multilib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/cloog-64bit.xml
rbcfce32 r98b3f45 29 29 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \ 30 30 ./configure --prefix=/usr \ 31 --libdir=/usr/lib64 --enable-shared </userinput></screen>31 --libdir=/usr/lib64 --enable-shared --with-isl=system</userinput></screen> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/cloog-n32.xml
rbcfce32 r98b3f45 30 30 LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \ 31 31 ./configure --prefix=/usr \ 32 --libdir=/usr/lib32 --enable-shared </userinput></screen>32 --libdir=/usr/lib32 --enable-shared --with-isl=system</userinput></screen> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/cloog.xml
rbcfce32 r98b3f45 30 30 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \ 31 31 ./configure --prefix=/usr \ 32 --host=${CLFS_TARGET32} --enable-shared </userinput></screen>32 --host=${CLFS_TARGET32} --enable-shared --with-isl=system</userinput></screen> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.