Changeset 07114c98 for BOOK/cross-tools/ppc64
- Timestamp:
- Jul 1, 2006, 12:48:39 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 95112ed
- Parents:
- 51f1397
- Location:
- BOOK/cross-tools/ppc64
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/ppc64/glibc-64bit.xml
r51f1397 r07114c98 85 85 xpointer="xpointer(//*[@os='g'])"/> 86 86 87 <screen os="df"><userinput>BUILD_CC="gcc" CC="${ LFS_TARGET}-gcc ${BUILD64}" \88 AR="${ LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \87 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \ 88 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 89 89 ../glibc-&glibc-version;/configure --prefix=/tools \ 90 --host=${ LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \90 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \ 91 91 --disable-profile --enable-add-ons \ 92 92 --with-tls --enable-kernel=2.6.0 --with-__thread \ … … 98 98 99 99 <varlistentry os="fa1"> 100 <term><parameter>CC="${ LFS_TARGET}-gcc ${BUILD64}"</parameter></term>100 <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD64}"</parameter></term> 101 101 <listitem> 102 102 <para>Forces Glibc to utilize our target architecture GCC utilizing -
BOOK/cross-tools/ppc64/glibc.xml
r51f1397 r07114c98 88 88 xpointer="xpointer(//*[@os='g'])"/> 89 89 90 <screen os="df"><userinput>BUILD_CC="gcc" CC="${ LFS_TARGET}-gcc ${BUILD32}" \91 AR="${ LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \90 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \ 91 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 92 92 ../glibc-&glibc-version;/configure --prefix=/tools \ 93 --host=${ LFS_TARGET32} --build=${LFS_HOST} \93 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 94 94 --disable-profile --enable-add-ons \ 95 95 --with-tls --enable-kernel=2.6.0 --with-__thread \ … … 105 105 106 106 <varlistentry os="ea1"> 107 <term><parameter>CC="${ LFS_TARGET}-gcc ${BUILD32}"</parameter></term>107 <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD32}"</parameter></term> 108 108 <listitem> 109 109 <para>Forces Glibc to utilize our target architecture GCC utilizing -
BOOK/cross-tools/ppc64/variables.xml
r51f1397 r07114c98 25 25 xpointer="xpointer(//*[@os='c'])"/> 26 26 27 <screen os="d"><userinput>export LFS_TARGET="powerpc64-unknown-linux-gnu"</userinput></screen>27 <screen os="d"><userinput>export CLFS_TARGET="powerpc64-unknown-linux-gnu"</userinput></screen> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 31 31 xpointer="xpointer(//*[@os='m1'])"/> 32 32 33 <screen os="m2"><userinput>export LFS_TARGET32="powerpc-unknown-linux-gnu"</userinput></screen>33 <screen os="m2"><userinput>export CLFS_TARGET32="powerpc-unknown-linux-gnu"</userinput></screen> 34 34 35 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.