Changeset c4c7666 for BOOK/temp-system


Ignore:
Timestamp:
Jul 25, 2010, 6:40:02 PM (14 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:
e9b21a8
Parents:
8199be3
Message:

Remove extra arguments to the MPC configure commands.

Location:
BOOK/temp-system
Files:
3 edited

Legend:

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

    r8199be3 rc4c7666  
    2828
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --with-gmp=/tools \
    32     --with-mpfr=/tools</userinput></screen>
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3331
    3432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/mpc.xml

    r8199be3 rc4c7666  
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    28     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    29     --with-gmp=/tools --with-mpfr=/tools</userinput></screen>
     28    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3029
    3130    <para os="c">Compile the package:</para>
  • BOOK/temp-system/multilib/mpc.xml

    r8199be3 rc4c7666  
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --libdir=/tools/lib64 \
    32     --with-gmp=/tools --with-gmp-lib=/tools/lib64 \
    33     --with-mpfr=/tools --with-mpfr-lib=/tools/lib64</userinput></screen>
     31    --libdir=/tools/lib64</userinput></screen>
    3432
    3533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.