Changeset bd27efe for BOOK/cross-tools


Ignore:
Timestamp:
Sep 3, 2011, 10:40:07 AM (13 years ago)
Author:
Jonathan Norman <jonathan@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
26b5617
Parents:
73fc51f
Message:

Explained AS and AR configuration flags for Cross Binutils

Location:
BOOK/cross-tools
Files:
3 edited

Legend:

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

    r73fc51f rbd27efe  
    4747    <variablelist os="bd">
    4848      <title>The meaning of the configure options:</title>
     49
     50      <varlistentry os="bd0">
     51        <term><parameter>AR=ar AS=as</parameter></term>
     52        <listitem>
     53          <para>This prevents Binutils from compiling with ${CLFS_HOST}-ar
     54           and ${CLFS_HOST}-as as they are provided by this package and therefore
     55           not installed yet.</para>
     56        </listitem>
     57      </varlistentry>
    4958
    5059      <varlistentry os="bd1">
  • BOOK/cross-tools/common/binutils.xml

    r73fc51f rbd27efe  
    4747    <variablelist os="bd">
    4848      <title>The meaning of the configure options:</title>
     49
     50      <varlistentry os="bd0">
     51        <term><parameter>AR=ar AS=as</parameter></term>
     52        <listitem>
     53          <para>This prevents Binutils from compiling with ${CLFS_HOST}-ar
     54           and ${CLFS_HOST}-as as they are provided by this package and therefore
     55           not installed yet.</para>
     56        </listitem>
     57      </varlistentry>
    4958
    5059      <varlistentry os="bd1">
  • BOOK/cross-tools/multilib/binutils.xml

    r73fc51f rbd27efe  
    4646    <variablelist os="bd">
    4747      <title>The meaning of the configure options:</title>
     48
     49      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     50      href="../common/binutils.xml"
     51      xpointer="xpointer(//*[@os='bd0'])"/>
    4852
    4953      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.