Changeset 2143fce
- Timestamp:
- Dec 2, 2006, 11:36:06 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a2e6cdb
- Parents:
- 8bfba08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/glibc-headers.xml
r8bfba08 r2143fce 63 63 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 64 64 --disable-sanity-checks --enable-kernel=2.6.0 \ 65 --with-headers= /tools/include --cache-file=config.cache \66 --with-binutils= /cross-tools/${CLFS_TARGET}/bin</userinput></screen>65 --with-headers=${CLFS}/tools/include --cache-file=config.cache \ 66 --with-binutils=${CLFS}/cross-tools/${CLFS_TARGET}/bin</userinput></screen> 67 67 68 68 <note os="e1"> … … 122 122 123 123 <varlistentry os="ca7"> 124 <term><parameter>--with-headers= /tools/include</parameter></term>124 <term><parameter>--with-headers=${CLFS}/tools/include</parameter></term> 125 125 <listitem> 126 126 <para>This tells Glibc to compile itself against the headers 127 recently installed to the <filename class="directory"> /tools</filename>127 recently installed to the <filename class="directory">${CLFS}/tools</filename> 128 128 directory, so that it knows exactly what features the kernel has 129 129 and can optimize itself accordingly.</para> … … 132 132 133 133 <varlistentry os="ca8"> 134 <term><parameter>--with-binutils= /cross-tools/${CLFS_TARGET}/bin</parameter></term>134 <term><parameter>--with-binutils=${CLFS}/cross-tools/${CLFS_TARGET}/bin</parameter></term> 135 135 <listitem> 136 136 <para>This tells Glibc to use the Binutils for our specific target architecture.</para>
Note:
See TracChangeset
for help on using the changeset viewer.