Changeset c5fc724
- Timestamp:
- Dec 2, 2006, 12:21:38 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:
- a68510b6
- Parents:
- a2e6cdb
- Location:
- BOOK/cross-tools
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/glibc.xml
ra2e6cdb rc5fc724 85 85 --disable-profile --enable-add-ons \ 86 86 --with-tls --enable-kernel=2.6.0 --with-__thread \ 87 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 87 --with-binutils=${CLFS}/cross-tools/bin \ 88 --with-headers=${CLFS}/tools/include \ 88 89 --cache-file=config.cache</userinput></screen> 89 90 -
BOOK/cross-tools/alpha/gcc-static.xml
ra2e6cdb rc5fc724 76 76 xpointer="xpointer(//*[@os='h'])"/> 77 77 78 <screen><userinput>../gcc-&gcc-version;/configure --prefix= /cross-tools\78 <screen><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \ 79 79 --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 80 80 --with-local-prefix=/tools --disable-nls --disable-shared \ -
BOOK/cross-tools/common/glibc.xml
ra2e6cdb rc5fc724 76 76 --disable-profile --enable-add-ons \ 77 77 --with-tls --enable-kernel=2.6.0 --with-__thread \ 78 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 78 --with-binutils=${CLFS}/cross-tools/bin \ 79 --with-headers=${CLFS}/tools/include \ 79 80 --cache-file=config.cache</userinput></screen> 80 81 … … 146 147 147 148 <varlistentry os="dg9"> 148 <term><parameter>--with-binutils= /cross-tools/bin</parameter></term>149 <term><parameter>--with-binutils=${CLFS}/cross-tools/bin</parameter></term> 149 150 <listitem> 150 151 <para>This tells Glibc to use the Binutils that are specific to -
BOOK/cross-tools/mips64-64/gcc-final.xml
ra2e6cdb rc5fc724 83 83 xpointer="xpointer(//*[@os='h'])"/> 84 84 85 <screen os="bf" ><userinput>../gcc-&gcc-version;/configure --prefix= /cross-tools\85 <screen os="bf" ><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \ 86 86 --target=${CLFS_TARGET} --host=${CLFS_HOST} --with-abi=64 \ 87 87 --with-local-prefix=/tools --disable-nls --enable-shared \ -
BOOK/cross-tools/mips64-64/gcc-static.xml
ra2e6cdb rc5fc724 76 76 xpointer="xpointer(//*[@os='h'])"/> 77 77 78 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix= /cross-tools\78 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \ 79 79 --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-mutlilib \ 80 80 --with-local-prefix=/tools --disable-nls --disable-shared \ -
BOOK/cross-tools/mips64/glibc-n32.xml
ra2e6cdb rc5fc724 106 106 --disable-profile --enable-add-ons \ 107 107 --with-tls --enable-kernel=2.6.0 --with-__thread \ 108 --with-binutils= /cross-tools/bin --with-headers=/tools/include \108 --with-binutils=${CLFS}/cross-tools/bin --with-headers=${CLFS}/tools/include \ 109 109 --cache-file=config.cache</userinput></screen> 110 110 -
BOOK/cross-tools/multilib/glibc-64bit.xml
ra2e6cdb rc5fc724 90 90 --disable-profile --enable-add-ons \ 91 91 --with-tls --enable-kernel=2.6.0 --with-__thread \ 92 --with-binutils= /cross-tools/bin --with-headers=/tools/include \92 --with-binutils=${CLFS}/cross-tools/bin --with-headers=${CLFS}/tools/include \ 93 93 --cache-file=config.cache</userinput></screen> 94 94 -
BOOK/cross-tools/multilib/glibc.xml
ra2e6cdb rc5fc724 85 85 --disable-profile --enable-add-ons \ 86 86 --with-tls --enable-kernel=2.6.0 --with-__thread \ 87 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 87 --with-binutils=${CLFS}/cross-tools/bin \ 88 --with-headers=${CLFS}/tools/include \ 88 89 --cache-file=config.cache</userinput></screen> 89 90 -
BOOK/cross-tools/ppc64/glibc-64bit.xml
ra2e6cdb rc5fc724 99 99 --disable-profile --enable-add-ons \ 100 100 --with-tls --enable-kernel=2.6.0 --with-__thread \ 101 --with-binutils= /cross-tools/bin --with-headers=/tools/include \101 --with-binutils=${CLFS}/cross-tools/bin --with-headers=${CLFS}/tools/include \ 102 102 --cache-file=config.cache</userinput></screen> 103 103 -
BOOK/cross-tools/ppc64/glibc.xml
ra2e6cdb rc5fc724 102 102 --disable-profile --enable-add-ons \ 103 103 --with-tls --enable-kernel=2.6.0 --with-__thread \ 104 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 104 --with-binutils=${CLFS}/cross-tools/bin \ 105 --with-headers=${CLFS}/tools/include \ 105 106 --cache-file=config.cache</userinput></screen> 106 107 -
BOOK/cross-tools/sparc64-64/glibc.xml
ra2e6cdb rc5fc724 127 127 this with the following:</para> 128 128 129 <screen os="dp"><userinput>mv -v /tools/include/gnu/stubs{-64,}.h</userinput></screen>129 <screen os="dp"><userinput>mv -v ${CLFS}/tools/include/gnu/stubs{-64,}.h</userinput></screen> 130 130 131 131 </sect2> -
BOOK/cross-tools/sparc64/glibc.xml
ra2e6cdb rc5fc724 93 93 --disable-profile --enable-add-ons \ 94 94 --with-tls --enable-kernel=2.6.0 --with-__thread \ 95 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 95 --with-binutils=${CLFS}/cross-tools/bin \ 96 --with-headers=${CLFS}/tools/include \ 96 97 --cache-file=config.cache</userinput></screen> 97 98 -
BOOK/cross-tools/x86/gcc-final.xml
ra2e6cdb rc5fc724 89 89 xpointer="xpointer(//*[@os='h'])"/> 90 90 91 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix= /cross-tools\91 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \ 92 92 --target=${CLFS_TARGET} --host=${CLFS_HOST} --disable-multilib \ 93 93 --with-local-prefix=/tools --disable-nls --enable-shared \ -
BOOK/cross-tools/x86/gcc-static.xml
ra2e6cdb rc5fc724 52 52 53 53 <screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig} 54 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \54 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 ${CLFS}/tools/include@g" \ 55 55 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 56 56 … … 67 67 xpointer="xpointer(//*[@os='h'])"/> 68 68 69 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix= /cross-tools\69 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \ 70 70 --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib \ 71 71 --with-local-prefix=/tools --disable-nls --disable-shared \ -
BOOK/cross-tools/x86_64-64/gcc-static.xml
ra2e6cdb rc5fc724 74 74 xpointer="xpointer(//*[@os='h'])"/> 75 75 76 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix= /cross-tools\76 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \ 77 77 --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib \ 78 78 --with-local-prefix=/tools --disable-nls --disable-shared \ -
BOOK/cross-tools/x86_64/gcc-final.xml
ra2e6cdb rc5fc724 90 90 xpointer="xpointer(//*[@os='h'])"/> 91 91 92 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix= /cross-tools\92 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \ 93 93 --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 94 94 --with-local-prefix=/tools --disable-nls --enable-shared \ -
BOOK/cross-tools/x86_64/gcc-static.xml
ra2e6cdb rc5fc724 76 76 xpointer="xpointer(//*[@os='h'])"/> 77 77 78 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix= /cross-tools\78 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \ 79 79 --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 80 80 --with-local-prefix=/tools --disable-nls --disable-shared \
Note:
See TracChangeset
for help on using the changeset viewer.