Changeset 2ad9b71 in clfs-sysroot for BOOK/cross-tools/common/binutils.xml
- Timestamp:
- Jun 9, 2006, 8:58:00 PM (19 years ago)
- Branches:
- master
- Children:
- 8f2279f
- Parents:
- 7a47cec
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.