Changeset e1ede42 in clfs-embedded for BOOK


Ignore:
Timestamp:
Apr 21, 2017, 3:41:27 AM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
b74d39b
Parents:
82ad590
Message:

cross-tools/libc: Remove defining CC variable

Since we now specify CROSS_COMPILE, musl's configure and Makefile setup
will correctly define CC for us, no need to specify it ourselves.

File:
1 edited

Legend:

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

    r82ad590 re1ede42  
    3131    <para os="h">Configure the package:</para>
    3232
    33 <screen os="i"><userinput>CC=${CLFS_TARGET}-gcc ./configure \
     33<screen os="i"><userinput>./configure \
    3434  CROSS_COMPILE=${CLFS_TARGET}- \
    3535  --prefix=/ \
     
    3838    <para os="h">Compile the package:</para>
    3939
    40 <screen os="i"><userinput>CC=${CLFS_TARGET}-gcc make</userinput></screen>
     40<screen os="i"><userinput>make</userinput></screen>
    4141
    4242    <para os="l">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.