X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile.def;h=f5c2e11f990d22af2f304582111435d6fdd934b7;hb=737a160ed9bb7bbe1ac8ebea1cdc27438213c247;hp=496213f2f75c52d788bd25d99e8ac64c374501c6;hpb=1f53ca9a8b20246961beae52940a4fb09c43b48a;p=deliverable%2Fbinutils-gdb.git 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; };