- Timestamp:
- Oct 1, 2013, 12:30:52 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 97c391c
- Parents:
- 416efe1
- Location:
- BOOK/cross-tools
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils-32.xml
r416efe1 r6f0d44e 60 60 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 61 61 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \ 62 -- enable-shared --disable-static --disable-multilib</userinput></screen>62 --disable-static --disable-multilib</userinput></screen> 63 63 64 64 <variablelist os="bd"> -
BOOK/cross-tools/common/binutils.xml
r416efe1 r6f0d44e 57 57 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 58 58 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \ 59 -- enable-shared --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>59 --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen> 60 60 61 61 <variablelist os="bd"> -
BOOK/cross-tools/common/cloog.xml
r416efe1 r6f0d44e 26 26 27 27 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 28 ./configure --prefix=/cross-tools -- enable-shared --disable-static \28 ./configure --prefix=/cross-tools --disable-static \ 29 29 --with-gmp-prefix=/cross-tools --with-isl-prefix=/cross-tools</userinput></screen> 30 30 -
BOOK/cross-tools/common/mpfr.xml
r416efe1 r6f0d44e 27 27 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 28 28 ./configure --prefix=/cross-tools \ 29 -- enable-shared --disable-static --with-gmp=/cross-tools</userinput></screen>29 --disable-static --with-gmp=/cross-tools</userinput></screen> 30 30 31 31 <variablelist os="b1"> -
BOOK/cross-tools/multilib/binutils.xml
r416efe1 r6f0d44e 59 59 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 60 60 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \ 61 -- enable-shared --disable-static --enable-64-bit-bfd</userinput></screen>61 --disable-static --enable-64-bit-bfd</userinput></screen> 62 62 63 63 <variablelist os="bd">
Note:
See TracChangeset
for help on using the changeset viewer.