Changeset 991595cf for BOOK/cross-tools/multilib/glibc-64bit.xml
- Timestamp:
- Dec 14, 2015, 12:21:52 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- fc86858d
- Parents:
- dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/glibc-64bit.xml
rdbc5b02 r991595cf 45 45 46 46 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \ 47 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 48 ../glibc-&glibc-version;/configure --prefix=/tools \ 49 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \ 50 --disable-profile --enable-kernel=&glibc-kernel-version; \ 51 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 52 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen> 47 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 48 ../glibc-&glibc-version;/configure \ 49 --prefix=/tools \ 50 --host=${CLFS_TARGET} \ 51 --build=${CLFS_HOST} \ 52 --libdir=/tools/lib64 \ 53 --disable-profile \ 54 --enable-kernel=&glibc-kernel-version; \ 55 --with-binutils=/cross-tools/bin \ 56 --with-headers=/tools/include \ 57 --enable-obsolete-rpc \ 58 --cache-file=config.cache</userinput></screen> 53 59 54 60 <variablelist os="dg">
Note:
See TracChangeset
for help on using the changeset viewer.