Changeset 29542c6 for BOOK/temp-system


Ignore:
Timestamp:
Apr 16, 2011, 12:11:44 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6af2662
Parents:
a339228
Message:

Updated MPC to 0.9

Location:
BOOK/temp-system
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/mpc.xml

    ra339228 r29542c6  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" EGREP="grep -E" \
     30  ./configure --prefix=/tools \
    3031    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3132
  • BOOK/temp-system/common/mpc.xml

    ra339228 r29542c6  
    2525    <para os="a">Prepare MPC for compilation:</para>
    2626
    27 <screen os="b"><userinput>./configure --prefix=/tools \
     27<screen os="b"><userinput>EGREP="grep -E" ./configure --prefix=/tools \
    2828    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    2929
  • BOOK/temp-system/multilib/mpc.xml

    ra339228 r29542c6  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" EGREP="grep -E" \
     30  ./configure --prefix=/tools \
    3031    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3132    --libdir=/tools/lib64</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.