Changeset 2b9574b in clfs-embedded for BOOK/cross-tools/x86


Ignore:
Timestamp:
Oct 14, 2013, 8:07:18 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
5efdb34
Parents:
8a77fbd
git-author:
Andrew Bradford <andrew@…> (10/09/13 11:02:12)
git-committer:
Andrew Bradford <andrew@…> (10/14/13 08:07:18)
Message:

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

Due to removal of MPFR, GMP, and MPC steps now gcc-final needs to unpack
them, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86/gcc-final.xml

    r8a77fbd r2b9574b  
    2727    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2828    href="../common/gcc-final.xml"
     29    xpointer="xpointer(//*[@os='b'])"/>
     30
     31    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     32    href="../common/gcc-final.xml"
     33    xpointer="xpointer(//*[@os='ba'])"/>
     34
     35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     36    href="../common/gcc-final.xml"
    2937    xpointer="xpointer(//*[@os='c'])"/>
    3038
     
    4654  --with-sysroot=${CLFS} --disable-nls --enable-shared \
    4755  --enable-languages=c --enable-c99 --enable-long-long \
    48   --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    49   --with-mpc=${CLFS}/cross-tools --disable-multilib \
     56  --disable-multilib \
    5057  --with-arch=${CLFS_CPU}</userinput></screen>
    5158
Note: See TracChangeset for help on using the changeset viewer.