From 457983e3a30212740a599ffa7cbf5142ffe67367 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 30 Mar 2015 02:26:24 -0400 Subject: sim: arm: move COPRO settings to the makefile These values are the same all the time, so just list them directly in the Makefile. --- sim/arm/configure | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'sim/arm/configure') diff --git a/sim/arm/configure b/sim/arm/configure index 4e0221e..fa26277 100755 --- a/sim/arm/configure +++ b/sim/arm/configure @@ -601,7 +601,6 @@ ac_includes_default="\ ac_subst_vars='LTLIBOBJS LIBOBJS cgen_breaks -COPRO REPORT_BUGS_TEXI REPORT_BUGS_TO PKGVERSION @@ -12355,7 +12354,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12358 "configure" +#line 12357 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12461,7 +12460,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12464 "configure" +#line 12463 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12951,23 +12950,6 @@ sim_link_links="${sim_link_links} targ-vals.def" -for ac_header in stdint.h -do : - ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" -if test "x$ac_cv_header_stdint_h" = x""yes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_STDINT_H 1 -_ACEOF - -fi - -done - - -COPRO="armcopro.o maverick.o iwmmxt.o" - - - ac_sources="$sim_link_files" ac_dests="$sim_link_links" -- cgit v1.1