Changeset 8a77fbd in clfs-embedded for BOOK/cross-tools/mips


Ignore:
Timestamp:
Oct 14, 2013, 8:07:12 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
2b9574b
Parents:
90309a2
git-author:
Andrew Bradford <andrew@…> (10/09/13 10:53:47)
git-committer:
Andrew Bradford <andrew@…> (10/14/13 08:07:12)
Message:

gcc-static: Do mpfr, gmp, and mpc, too

Remove MPFR, GMP, and MPC steps. Place each into GCC static build
directory as that's an alternate method and reduces the number of steps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips/gcc-static.xml

    r90309a2 r8a77fbd  
    3030  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3131  href="../common/gcc-static.xml"
     32  xpointer="xpointer(//*[@os='b'])"/>
     33
     34  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     35  href="../common/gcc-static.xml"
     36  xpointer="xpointer(//*[@os='ba'])"/>
     37
     38  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     39  href="../common/gcc-static.xml"
    3240  xpointer="xpointer(//*[@os='c'])"/>
    3341
     
    4452  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    4553  --with-sysroot=${CLFS} --disable-nls  --disable-shared \
    46   --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    47   --with-mpc=${CLFS}/cross-tools --without-headers --with-newlib \
     54  --without-headers --with-newlib \
    4855  --disable-decimal-float --disable-libgomp --disable-libmudflap \
    4956  --disable-libssp --disable-threads --enable-languages=c \
Note: See TracChangeset for help on using the changeset viewer.