Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2009-11-17 01:57:46 +0300
committerAlexandre Oliva <aoliva@redhat.com>2009-11-17 01:57:46 +0300
commit88242190ec6f016a5a7956bd20a844dd38e436e6 (patch)
tree57a9defbbf8152aab3af03edafa1e69281249a66 /Makefile.def
parentd01a44977f7f28ee5f3a2d14b01cf14690a5852e (diff)
* 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 496213f2f..f5c2e11f9 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; };