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/or1k/ChangeLog | 4 ++++ sim/or1k/configure | 8 ++------ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sim/or1k') diff --git a/sim/or1k/ChangeLog b/sim/or1k/ChangeLog index 4d74882..a7a7130 100644 --- a/sim/or1k/ChangeLog +++ b/sim/or1k/ChangeLog @@ -1,3 +1,7 @@ +2021-02-06 Mike Frysinger + + * configure: Regenerate. + 2021-01-31 Mike Frysinger * decode.c (or1k32bf_decode): Change TRACE_EXTRACT to diff --git a/sim/or1k/configure b/sim/or1k/configure index 7fbd748..d5ecb67 100755 --- a/sim/or1k/configure +++ b/sim/or1k/configure @@ -684,7 +684,6 @@ PACKAGE C_DIALECT RANLIB AR -HDEFINES CC_FOR_BUILD INSTALL_DATA INSTALL_SCRIPT @@ -8586,7 +8585,6 @@ fi - AR=${AR-ar} if test -n "$ac_tool_prefix"; then @@ -12950,7 +12948,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12953 "configure" +#line 12951 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13056,7 +13054,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 13059 "configure" +#line 13057 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13295,8 +13293,6 @@ CC="$lt_save_CC" -. ${srcdir}/../../bfd/configure.host - -- cgit v1.1