git: Relocate libgmp and libmpfr world makefiles

John Marino marino at crater.dragonflybsd.org
Sat Sep 29 12:06:27 PDT 2012


commit 2290a76e7a4bdc5290ff0b489ac84b494f3580f3
Author: John Marino <draco at marino.st>
Date:   Sat Sep 29 19:57:07 2012 +0200

    Relocate libgmp and libmpfr world makefiles
    
    This action prepares for the import of GCC 4.7 into base.
    GCC 4.4, unlike GCC 4.1, requires gmp and mpfr, and these libraries
    were part of the GCC 4.4 world makefile set.  GCC 4.7 also needs
    these libraries, so rather than build them twice, they are moved out
    to a common area where both compilers can use them.

Summary of changes:
 Makefile.inc1                              |    2 +-
 gnu/usr.bin/Makefile                       |    4 ++--
 gnu/usr.bin/cc44/Makefile.inc              |    9 +++++----
 gnu/usr.bin/{cc44 => }/gmp/Makefile        |    2 +-
 gnu/usr.bin/{cc44 => }/gmp/Makefile.i386   |    0
 gnu/usr.bin/{cc44 => }/gmp/Makefile.x86_64 |    0
 gnu/usr.bin/{cc44 => }/gmp/config.h        |    0
 gnu/usr.bin/{cc44 => }/gmp/gmp.h           |    0
 gnu/usr.bin/{cc44 => }/mpfr/Makefile       |    3 ++-
 gnu/usr.bin/{cc44 => }/mpfr/mparam.h       |    0
 10 files changed, 11 insertions(+), 9 deletions(-)
 rename gnu/usr.bin/{cc44 => }/gmp/Makefile (99%)
 rename gnu/usr.bin/{cc44 => }/gmp/Makefile.i386 (100%)
 rename gnu/usr.bin/{cc44 => }/gmp/Makefile.x86_64 (100%)
 rename gnu/usr.bin/{cc44 => }/gmp/config.h (100%)
 rename gnu/usr.bin/{cc44 => }/gmp/gmp.h (100%)
 rename gnu/usr.bin/{cc44 => }/mpfr/Makefile (97%)
 rename gnu/usr.bin/{cc44 => }/mpfr/mparam.h (100%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2290a76e7a4bdc5290ff0b489ac84b494f3580f3


-- 
DragonFly BSD source repository



More information about the Commits mailing list