- Timestamp:
- May 27, 2006, 5:01:20 PM (19 years ago)
- Branches:
- master
- Children:
- 3349a3a
- Parents:
- 7126617
- Location:
- BOOK/cross-tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/glibc-headers.xml
r7126617 rf6c417f 82 82 83 83 <varlistentry os="dj2"> 84 <term><parameter>--with-headers= /tools/include</parameter></term>84 <term><parameter>--with-headers=${LFS}/usr/include</parameter></term> 85 85 <listitem> 86 86 <para>This tells Glibc to compile itself against the headers 87 recently installed to the <filename class="directory"> /tools</filename>87 recently installed to the <filename class="directory">${LFS}/usr/include</filename> 88 88 directory, so that it knows exactly what features the kernel has 89 89 and can optimize itself accordingly.</para> -
BOOK/cross-tools/common/gcc-final.xml
r7126617 rf6c417f 61 61 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 62 62 --host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \ 63 --with-sysroot=${LFS} --disable-nls -- disable-shared \64 -- disable-threads --enable-languages=c,c++ --enable-__cxa_atexit \63 --with-sysroot=${LFS} --disable-nls --enable-shared \ 64 --enable-languages=c,c++ --enable-__cxa_atexit \ 65 65 --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen> 66 66 -
BOOK/cross-tools/common/gcc-static.xml
r7126617 rf6c417f 54 54 --host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \ 55 55 --with-sysroot=${LFS} --disable-nls --disable-shared \ 56 -- disable-threads --enable-languages=c</userinput></screen>56 --enable-languages=c</userinput></screen> 57 57 58 58 <variablelist os="af">
Note:
See TracChangeset
for help on using the changeset viewer.