Changeset a2798d9 in clfs-embedded


Ignore:
Timestamp:
Oct 15, 2013, 1:00:00 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
146587b
Parents:
b8ac103
git-author:
Andrew Bradford <andrew@…> (10/10/13 12:46:09)
git-committer:
Andrew Bradford <andrew@…> (10/15/13 13:00:00)
Message:

binutils: Use new sysroot dir

File:
1 edited

Legend:

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

    rb8ac103 ra2798d9  
    4949   --prefix=${CLFS}/cross-tools \
    5050   --target=${CLFS_TARGET} \
    51    --with-sysroot=${CLFS} \
     51   --with-sysroot=${CLFS}/cross-tools/sysroot \
    5252   --disable-nls \
    5353   --disable-multilib</userinput></screen>
     
    7575
    7676      <varlistentry os="f4">
    77         <term><parameter>--with-sysroot=${CLFS}</parameter></term>
     77        <term><parameter>--with-sysroot=${CLFS}/cross-tools/sysroot</parameter></term>
    7878        <listitem>
    7979          <para>This tells configure that ${CLFS} is going to be the root
Note: See TracChangeset for help on using the changeset viewer.