Changeset b27081c4 for BOOK/cross-tools/multilib/glibc-64bit.xml
- Timestamp:
- Dec 14, 2015, 12:19:04 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- c7477f8e
- Parents:
- 00cf9ca
- git-author:
- Chris Staub <chris@…> (12/13/15 23:57:55)
- git-committer:
- Chris Staub <chris@…> (12/14/15 00:19:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/glibc-64bit.xml
r00cf9ca rb27081c4 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.