Changeset 2ad9b71 in clfs-sysroot for BOOK/cross-tools/common
- Timestamp:
- Jun 9, 2006, 8:58:00 PM (18 years ago)
- Branches:
- master
- Children:
- 8f2279f
- Parents:
- 7a47cec
- Location:
- BOOK/cross-tools/common
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r7a47cec r2ad9b71 48 48 xpointer="xpointer(//*[@os='c'])"/> 49 49 50 <screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix= /cross-tools \50 <screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=${LFS}/cross-tools \ 51 51 --host=${LFS_HOST} --target=${LFS_TARGET} --with-sysroot=${LFS} \ 52 52 --disable-nls --enable-shared --disable-multilib</userinput></screen> … … 56 56 57 57 <varlistentry os="bd1"> 58 <term><parameter>--prefix= /cross-tools</parameter></term>58 <term><parameter>--prefix=${LFS}/cross-tools</parameter></term> 59 59 <listitem> 60 60 <para>This tells the configure script to prepare to install the 61 package in the <filename class="directory"> /cross-tools</filename>61 package in the <filename class="directory">${LFS}/cross-tools</filename> 62 62 directory.</para> 63 63 </listitem> -
BOOK/cross-tools/common/file.xml
r7a47cec r2ad9b71 19 19 <para>Prepare File for compilation:</para> 20 20 21 <screen><userinput>./configure --prefix= /cross-tools</userinput></screen>21 <screen><userinput>./configure --prefix=${LFS}/cross-tools</userinput></screen> 22 22 23 23 <para>Compile the Package:</para> -
BOOK/cross-tools/common/gcc-final.xml
r7a47cec r2ad9b71 59 59 xpointer="xpointer(//*[@os='e'])"/> 60 60 61 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix= /cross-tools \61 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=${LFS}/cross-tools \ 62 62 --host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \ 63 63 --with-sysroot=${LFS} --disable-nls --enable-shared \ -
BOOK/cross-tools/common/gcc-static.xml
r7a47cec r2ad9b71 51 51 xpointer="xpointer(//*[@os='e'])"/> 52 52 53 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix= /cross-tools \53 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=${LFS}/cross-tools \ 54 54 --host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \ 55 55 --with-sysroot=${LFS} --disable-nls --disable-shared \ -
BOOK/cross-tools/common/glibc.xml
r7a47cec r2ad9b71 74 74 --disable-profile --enable-add-ons \ 75 75 --with-tls --enable-kernel=2.6.0 --with-__thread \ 76 --with-binutils= /cross-tools/bin --with-headers=${LFS}/usr/include \76 --with-binutils=${LFS}/cross-tools/bin --with-headers=${LFS}/usr/include \ 77 77 --cache-file=config.cache</userinput></screen> 78 78 … … 144 144 145 145 <varlistentry os="j9"> 146 <term><parameter>--with-binutils= /cross-tools/bin</parameter></term>146 <term><parameter>--with-binutils=${LFS}/cross-tools/bin</parameter></term> 147 147 <listitem> 148 148 <para>This tells Glibc to use the Binutils that are specific to
Note:
See TracChangeset
for help on using the changeset viewer.