Changeset b8ac103 in clfs-embedded


Ignore:
Timestamp:
Oct 14, 2013, 8:57:24 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
a2798d9
Parents:
fd75ead
git-author:
Andrew Bradford <andrew@…> (10/10/13 12:42:53)
git-committer:
Andrew Bradford <andrew@…> (10/14/13 08:57:24)
Message:

binutils: Wrap configure options

No other changes.

File:
1 edited

Legend:

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

    rfd75ead rb8ac103  
    4646    <para os="d">Prepare Binutils for compilation:</para>
    4747
    48 <screen os="e"><userinput>../binutils-&binutils-version;/configure --prefix=${CLFS}/cross-tools \
    49    --target=${CLFS_TARGET} --with-sysroot=${CLFS} --disable-nls \
     48<screen os="e"><userinput>../binutils-&binutils-version;/configure \
     49   --prefix=${CLFS}/cross-tools \
     50   --target=${CLFS_TARGET} \
     51   --with-sysroot=${CLFS} \
     52   --disable-nls \
    5053   --disable-multilib</userinput></screen>
    5154
Note: See TracChangeset for help on using the changeset viewer.