From aa09469fc64467d1748c6041befb55bbad9e2328 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 17 Jan 2021 13:39:03 -0500 Subject: sim: drop use of bfd/configure.host These settings might have made sense in darker compiler times, but I think they're largely obsolete now. Looking through the values that get used in HDEFINES, it's quite limited, and configure itself should handle them. If we still need something, we can leverage standard autoconf macros instead, after we get a clear user report. TDEFINES was never set anywhere and was always empty, so prune that. --- sim/v850/ChangeLog | 4 ++++ sim/v850/configure | 8 ++------ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sim/v850') diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 6be68b3..5085030 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,7 @@ +2021-02-06 Mike Frysinger + + * configure: Regenerate. + 2021-01-31 Mike Frysinger * simops.c: Include stdlib.h. diff --git a/sim/v850/configure b/sim/v850/configure index d0f21da..971642e 100755 --- a/sim/v850/configure +++ b/sim/v850/configure @@ -681,7 +681,6 @@ PACKAGE C_DIALECT RANLIB AR -HDEFINES CC_FOR_BUILD INSTALL_DATA INSTALL_SCRIPT @@ -8579,7 +8578,6 @@ fi - AR=${AR-ar} if test -n "$ac_tool_prefix"; then @@ -12943,7 +12941,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12946 "configure" +#line 12944 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13049,7 +13047,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 13052 "configure" +#line 13050 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13288,8 +13286,6 @@ CC="$lt_save_CC" -. ${srcdir}/../../bfd/configure.host - -- cgit v1.1