Ignore:
Timestamp:
May 3, 2014, 10:01:44 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
53ba169
Parents:
788695f
Message:

HOST_CC is deprecated, use CC_FOR_BUILD instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/gmp.xml

    r788695f rfa72a755  
    3535    <para os="a">Prepare GMP for compilation:</para>
    3636
    37 <screen os="b"><userinput>HOST_CC=gcc ./configure --prefix=/tools \
     37<screen os="b"><userinput>CC_FOR_BUILD=gcc ./configure --prefix=/tools \
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3939    --enable-cxx</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.