Changeset 816c20d


Ignore:
Timestamp:
Feb 21, 2006, 1:32:26 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
55c18a5e
Parents:
eb823c7
Message:

r825@server (orig r823): jim | 2005-12-05 00:17:52 -0800

r925@server: jim | 2005-12-05 00:17:35 -0800
Text Updates. Thanx Chris Staub


Location:
cross-tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/common/binutils.xml

    reb823c7 r816c20d  
    4242<screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
    4343   --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \
    44    --disable-nls --enable-shared</userinput></screen>
     44   --disable-nls --enable-shared --disable-multilib</userinput></screen>
    4545
    4646    <variablelist os="bd">
  • cross-tools/x86/gcc-static.xml

    reb823c7 r816c20d  
    7373
    7474<screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    75     --host=${LFS_HOST} --target=${LFS_TARGET} \
     75    --host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \
    7676    --with-local-prefix=/tools --disable-nls --disable-shared \
    7777    --disable-threads --enable-languages=c</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.