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/final-system/multilib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/mpc-64bit.xml

    r8199be3 rc4c7666  
    2828<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
    2929LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" \
    30 ./configure --prefix=/usr --libdir=/usr/lib64 \
    31     --with-gmp=/usr --with-gmp-lib=/usr/lib64 \
    32     --with-mpfr=/usr --with-mpfr-lib=/usr/lib64</userinput></screen>
     30./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen>
    3331
    3432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/mpc-n32.xml

    r8199be3 rc4c7666  
    2929<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \
    3030LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" \
    31 ./configure --prefix=/usr --libdir=/usr/lib32 \
    32     --with-gmp=/usr --with-gmp-lib=/usr/lib32 \
    33     --with-mpfr=/usr --with-mpfr-lib=/usr/lib32</userinput></screen>
     31./configure --prefix=/usr --libdir=/usr/lib32</userinput></screen>
    3432
    3533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/mpc.xml

    r8199be3 rc4c7666  
    3030LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" \
    3131./configure --prefix=/usr \
    32     --host=${CLFS_TARGET32} \
    33     --with-gmp=/usr --with-gmp-lib=/usr/lib \
    34     --with-mpfr=/usr --with-mpfr-lib=/usr/lib</userinput></screen>
     32    --host=${CLFS_TARGET32}</userinput></screen>
    3533
    3634    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.