Relocate libgmp and libmpfr world makefiles
authorJohn Marino <draco@marino.st>
Sat, 29 Sep 2012 17:57:07 +0000 (19:57 +0200)
committerJohn Marino <draco@marino.st>
Sat, 29 Sep 2012 19:05:15 +0000 (21:05 +0200)
commit2290a76e7a4bdc5290ff0b489ac84b494f3580f3
tree6045938091ab57d2c8a22814c6afc2c10a3aa6eb
parentca555a3a74071975d21fb76b75ad142377c96b1b
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.
Makefile.inc1
gnu/usr.bin/Makefile
gnu/usr.bin/cc44/Makefile.inc
gnu/usr.bin/gmp/Makefile [moved from gnu/usr.bin/cc44/gmp/Makefile with 99% similarity]
gnu/usr.bin/gmp/Makefile.i386 [moved from gnu/usr.bin/cc44/gmp/Makefile.i386 with 100% similarity]
gnu/usr.bin/gmp/Makefile.x86_64 [moved from gnu/usr.bin/cc44/gmp/Makefile.x86_64 with 100% similarity]
gnu/usr.bin/gmp/config.h [moved from gnu/usr.bin/cc44/gmp/config.h with 100% similarity]
gnu/usr.bin/gmp/gmp.h [moved from gnu/usr.bin/cc44/gmp/gmp.h with 100% similarity]
gnu/usr.bin/mpfr/Makefile [moved from gnu/usr.bin/cc44/mpfr/Makefile with 97% similarity]
gnu/usr.bin/mpfr/mparam.h [moved from gnu/usr.bin/cc44/mpfr/mparam.h with 100% similarity]