summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2009-11-16 22:57:46 +0000
committerAlexandre Oliva <aoliva@redhat.com>2009-11-16 22:57:46 +0000
commit606a9ca0838e53fc40095dc68c98ca030373c99c (patch)
tree1155d21b7a4c4a8e50538a4b1b5205166ab158f9 /Makefile.def
parent1f53ca9a8b20246961beae52940a4fb09c43b48a (diff)
downloadppe42-binutils-606a9ca0838e53fc40095dc68c98ca030373c99c.tar.gz
ppe42-binutils-606a9ca0838e53fc40095dc68c98ca030373c99c.zip
* Makefile.def: Restore host and target settings for gmp.
* Makefile.in: Rebuild.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index 496213f2f7..f5c2e11f99 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -62,7 +62,13 @@ host_modules= { module= gawk; };
host_modules= { module= gettext; };
host_modules= { module= gmp; lib_path=.libs; bootstrap=true;
extra_configure_flags='--disable-shared';
- no_install= true; };
+ no_install= true;
+ // none-*-* disables asm optimizations, bootstrap-testing
+ // the compiler more thoroughly.
+ host="none-${host_vendor}-${host_os}";
+ // gmp's configure will complain if given anything
+ // different from host for target.
+ target="none-${host_vendor}-${host_os}"; };
host_modules= { module= mpfr; lib_path=.libs; bootstrap=true;
extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@';
no_install= true; };
OpenPOWER on IntegriCloud