Changeset 819598b in clfs-embedded


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.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-clfs/common/hostapd.xml

    rf9614ce r819598b  
    5353    <para os="c">Compile the package:</para>
    5454
    55 <screen os="d"><userinput>make CC=${CC} CFLAGS="-g -Os -Wall"</userinput></screen>
     55<screen os="d"><userinput>make CFLAGS="-g -Os -Wall"</userinput></screen>
    5656
    5757    <para os="e">Install the package:</para>
  • 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>
  • BOOK/final-system/common/zlib.xml

    rf9614ce r819598b  
    3333    <para os="c">Prepare Zlib for compilation:</para>
    3434
    35 <screen os="d"><userinput>CC="${CC}" ./configure --prefix=/usr --shared</userinput></screen>
     35<screen os="d"><userinput>./configure --prefix=/usr --shared</userinput></screen>
    3636
    3737    <variablelist os="aa">
Note: See TracChangeset for help on using the changeset viewer.