Changeset c768003 for BOOK/cross-tools/64
- Timestamp:
- Jan 18, 2009, 11:36:49 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 533dabf
- Parents:
- 5a5e71f
- Location:
- BOOK/cross-tools/64
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/flags.xml
r5a5e71f rc768003 12 12 13 13 <para os="a">We will need to setup target specific flags for the compiler 14 and linkers.</para>14 and linkers.</para> 15 15 16 <screen os="b"><userinput>export BUILD64="-m64"</userinput></screen>16 <screen os="b"><userinput>export BUILD64="-m64"</userinput></screen> 17 17 18 18 <para os="c">Lets add the build flags to <filename>~/.bashrc</filename> to 19 prevent issues if we stop and come back later.</para>19 prevent issues if we stop and come back later.</para> 20 20 21 <screen os="d"><userinput>echo export BUILD64=\""${BUILD64}\"" >> ~/.bashrc</userinput></screen>21 <screen os="d"><userinput>echo export BUILD64=\""${BUILD64}\"" >> ~/.bashrc</userinput></screen> 22 22 23 23 </sect1> -
BOOK/cross-tools/64/gcc-static.xml
r5a5e71f rc768003 36 36 xpointer="xpointer(//*[@os='aa'])"/> 37 37 38 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs_pure64-patch;</userinput></screen>38 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs_pure64-patch;</userinput></screen> 39 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/64/glibc.xml
r5a5e71f rc768003 63 63 xpointer="xpointer(//*[@os='g'])"/> 64 64 65 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \66 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \67 ../glibc-&glibc-version;/configure --prefix=/tools \68 --host=${CLFS_TARGET} --build=${CLFS_HOST} \69 --disable-profile --enable-add-ons \70 --with-tls --enable-kernel=2.6.0 --with-__thread \71 --with-binutils=/cross-tools/bin --with-headers=/tools/include \72 --cache-file=config.cache</userinput></screen>65 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \ 66 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 67 ../glibc-&glibc-version;/configure --prefix=/tools \ 68 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 69 --disable-profile --enable-add-ons \ 70 --with-tls --enable-kernel=2.6.0 --with-__thread \ 71 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 72 --cache-file=config.cache</userinput></screen> 73 73 74 74 <variablelist os="dg">
Note:
See TracChangeset
for help on using the changeset viewer.