Changeset bc2e3fa for BOOK/cross-tools/alpha
- Timestamp:
- Dec 7, 2006, 11:23:24 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:
- 1e184e11
- Parents:
- 8473983
- Location:
- BOOK/cross-tools/alpha
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/gcc-static.xml
r8473983 rbc2e3fa 76 76 xpointer="xpointer(//*[@os='h'])"/> 77 77 78 <screen><userinput>../gcc-&gcc-version;/configure --prefix= ${CLFS}/cross-tools --with-sysroot=${CLFS}\78 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 79 79 --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 80 80 --with-local-prefix=/tools --disable-nls --disable-shared \ -
BOOK/cross-tools/alpha/glibc-headers.xml
r8473983 rbc2e3fa 49 49 50 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 51 href="../common/glibc.xml"52 xpointer="xpointer(//*[@os='n1'])"/>53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"55 href="../common/glibc.xml"56 xpointer="xpointer(//*[@os='n2'])"/>57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"59 51 href="../../final-system/common/glibc.xml" 60 52 xpointer="xpointer(//*[@os='g'])"/> … … 63 55 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 64 56 --disable-sanity-checks --enable-kernel=2.6.0 \ 65 --with-headers= ${CLFS}/tools/include --cache-file=config.cache \66 --with-binutils= ${CLFS}/cross-tools/${CLFS_TARGET}/bin</userinput></screen>57 --with-headers=/tools/include --cache-file=config.cache \ 58 --with-binutils=/cross-tools/${CLFS_TARGET}/bin</userinput></screen> 67 59 68 60 <note os="e1"> … … 122 114 123 115 <varlistentry os="ca7"> 124 <term><parameter>--with-headers= ${CLFS}/tools/include</parameter></term>116 <term><parameter>--with-headers=/tools/include</parameter></term> 125 117 <listitem> 126 118 <para>This tells Glibc to compile itself against the headers 127 recently installed to the <filename class="directory"> ${CLFS}/tools</filename>119 recently installed to the <filename class="directory">/tools</filename> 128 120 directory, so that it knows exactly what features the kernel has 129 121 and can optimize itself accordingly.</para> … … 132 124 133 125 <varlistentry os="ca8"> 134 <term><parameter>--with-binutils= ${CLFS}/cross-tools/${CLFS_TARGET}/bin</parameter></term>126 <term><parameter>--with-binutils=/cross-tools/${CLFS_TARGET}/bin</parameter></term> 135 127 <listitem> 136 128 <para>This tells Glibc to use the Binutils for our specific target architecture.</para> … … 148 140 149 141 <para os="cf">First we will copy a common file over to <filename 150 class="directory"> ${CLFS}/tools/include</filename>:</para>142 class="directory">/tools/include</filename>:</para> 151 143 152 <screen os="cg"><userinput>install -dv ${CLFS}/tools/include/bits153 cp -v bits/stdio_lim.h ${CLFS}/tools/include/bits</userinput></screen>144 <screen os="cg"><userinput>install -dv /tools/include/bits 145 cp -v bits/stdio_lim.h /tools/include/bits</userinput></screen> 154 146 155 147 <para os="ch">Now we will create a blank stub file:</para> 156 148 157 <screen os="ci"><userinput>touch ${CLFS}/tools/include/gnu/stubs.h</userinput></screen>149 <screen os="ci"><userinput>touch /tools/include/gnu/stubs.h</userinput></screen> 158 150 159 151 <para os="cj">Another header is needed for NPTL:</para> 160 152 161 <screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h \ 162 ${CLFS}/tools/include/bits/</userinput></screen> 153 <screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h /tools/include/bits/</userinput></screen> 163 154 164 155 </sect2> -
BOOK/cross-tools/alpha/glibc.xml
r8473983 rbc2e3fa 76 76 77 77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 78 href="../common/glibc.xml"79 xpointer="xpointer(//*[@os='n1'])"/>80 81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"82 href="../common/glibc.xml"83 xpointer="xpointer(//*[@os='n2'])"/>84 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"86 78 href="../../final-system/common/glibc.xml" 87 79 xpointer="xpointer(//*[@os='g'])"/> -
BOOK/cross-tools/alpha/linux-headers.xml
r8473983 rbc2e3fa 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen><userinput>install -dv ${CLFS}/tools/include30 cp -av include/asm-alpha ${CLFS}/tools/include/asm31 cp -av include/{asm-generic,linux} ${CLFS}/tools/include/</userinput></screen>29 <screen><userinput>install -dv /tools/include 30 cp -av include/asm-alpha /tools/include/asm 31 cp -av include/{asm-generic,linux} /tools/include/</userinput></screen> 32 32 33 33 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.