X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile.def;h=ea8453e851f181bd2cdd2c587e688af6cf0075d8;hb=8b8c7c9f49992750f66f81b4601d593a3858d98c;hp=35829801391ebe8019325e46f18ce13655a5224a;hpb=4849dfd8f454b9c595e6ee7477f6b7b25c31a499;p=deliverable%2Fbinutils-gdb.git diff --git a/Makefile.def b/Makefile.def index 3582980139..ea8453e851 100644 --- a/Makefile.def +++ b/Makefile.def @@ -59,6 +59,7 @@ host_modules= { module= gmp; lib_path=.libs; bootstrap=true; target="none-${host_vendor}-${host_os}"; }; host_modules= { module= mpfr; lib_path=.libs; bootstrap=true; extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@'; + extra_make_flags='AM_CFLAGS="-DNO_ASM"'; no_install= true; }; host_modules= { module= mpc; lib_path=.libs; bootstrap=true; extra_configure_flags='--disable-shared @extra_mpc_gmp_configure_flags@ @extra_mpc_mpfr_configure_flags@';