Changeset d018b81 for BOOK/cross-tools/alpha
- Timestamp:
- Jul 28, 2007, 7:43:26 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5ec7618f
- Parents:
- c304f4c
- Location:
- BOOK/cross-tools/alpha
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/glibc-headers.xml
rc304f4c rd018b81 27 27 because this only installs the headers, no compiling takes place. In the 28 28 next Glibc installation, we use the GCC that's built right after this section:</para> 29 29 30 30 <screen os="s2"><userinput>cp -v configure{,.orig} 31 31 sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen> … … 65 65 <variablelist os="ca"> 66 66 <title>The meaning of the configure options:</title> 67 67 68 68 <varlistentry os="ca1"> 69 69 <term><parameter>CC=gcc</parameter></term> … … 72 72 </listitem> 73 73 </varlistentry> 74 74 75 75 <varlistentry os="ca2"> 76 76 <term><parameter>--prefix=/tools</parameter></term> … … 81 81 </listitem> 82 82 </varlistentry> 83 83 84 84 <varlistentry os="ca3"> 85 85 <term><parameter>--build=${CLFS_HOST}</parameter></term> … … 89 89 </listitem> 90 90 </varlistentry> 91 91 92 92 <varlistentry os="ca4"> 93 93 <term><parameter>--host=${CLFS_TARGET}</parameter></term> … … 97 97 </listitem> 98 98 </varlistentry> 99 99 100 100 <varlistentry os="ca5"> 101 101 <term><parameter>--disable-sanity-checks</parameter></term> … … 104 104 </listitem> 105 105 </varlistentry> 106 106 107 107 <varlistentry os="ca6"> 108 108 <term><parameter>--enable-kernel=2.6.0</parameter></term> … … 112 112 </listitem> 113 113 </varlistentry> 114 114 115 115 <varlistentry os="ca7"> 116 116 <term><parameter>--with-headers=/tools/include</parameter></term> … … 122 122 </listitem> 123 123 </varlistentry> 124 124 125 125 <varlistentry os="ca8"> 126 126 <term><parameter>--with-binutils=/cross-tools/${CLFS_TARGET}/bin</parameter></term> … … 129 129 </listitem> 130 130 </varlistentry> 131 131 132 132 </variablelist> 133 133 134 134 <para os="cb">Now, install the headers:</para> 135 135 … … 139 139 we will copy the additional header files we need.</para> 140 140 141 <para os="cf">First we will copy a common file over to <filename 141 <para os="cf">First we will copy a common file over to <filename 142 142 class="directory">/tools/include</filename>:</para> 143 143 … … 150 150 151 151 <para os="cj">Another header is needed for NPTL:</para> 152 153 <screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h /tools/include/bits/</userinput></screen> 152 153 <screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h \ 154 /tools/include/bits/</userinput></screen> 154 155 155 156 </sect2> -
BOOK/cross-tools/alpha/variables.xml
rc304f4c rd018b81 45 45 <table os="g"> 46 46 <title>Processor Type and Target Triplets</title> 47 <tgroup cols="2" align="center"> 48 <colspec colname="Processor"/> 49 <colspec colname="Triplet"/> 47 48 <tgroup cols="2"> 49 <?dbfo table-width="5in" ?> 50 51 <colspec colnum="1" colwidth="2.5in" colname="Processor"/> 52 <colspec colnum="2" colwidth="2.5in" colname="Triplet"/> 53 50 54 <thead> 51 55 <row> … … 54 58 </row> 55 59 </thead> 60 56 61 <tbody> 57 62 <row> … … 88 93 </row> 89 94 </tbody> 95 90 96 </tgroup> 97 91 98 </table> 92 99
Note:
See TracChangeset
for help on using the changeset viewer.