Changeset 819598b in clfs-embedded for BOOK/bootloaders/mips/colo.xml


Ignore:
Timestamp:
Feb 11, 2011, 3:10:35 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
1fd00ea
Parents:
f9614ce
Message:

Removed all CC="${CC}"

Left all the CC="${CC} -Os" even though there's inconsistencies on
choosing an optimization level for each package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootloaders/mips/colo.xml

    rf9614ce r819598b  
    3838    <para os="a">Compile the Colo package:</para>
    3939
    40 <screen os="b"><userinput>make CC="${CC}" CROSS_COMPILE="${CLFS_TARGET}-" binary
    41 make CC="${CC}" CROSS_COMPILE="${CLFS_TARGET}-" tooldirs</userinput></screen>
     40<screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" binary
     41make CROSS_COMPILE="${CLFS_TARGET}-" tooldirs</userinput></screen>
    4242
    4343    <para os="c">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.