DragonFly commits List (threaded) for 2012-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Relocate libgmp and libmpfr world makefiles
commit 2290a76e7a4bdc5290ff0b489ac84b494f3580f3
Author: John Marino <draco@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]