diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-01-17 13:39:03 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-02-06 10:56:11 -0500 |
commit | aa09469fc64467d1748c6041befb55bbad9e2328 (patch) | |
tree | 7378e736f0e74d16a9eda321c55f641f94de5f66 /sim/or1k/configure | |
parent | 2c6f2aa66499332b7bb016869fd01267ca1b52ef (diff) | |
download | gdb-aa09469fc64467d1748c6041befb55bbad9e2328.zip gdb-aa09469fc64467d1748c6041befb55bbad9e2328.tar.gz gdb-aa09469fc64467d1748c6041befb55bbad9e2328.tar.bz2 |
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.
Diffstat (limited to 'sim/or1k/configure')
-rwxr-xr-x | sim/or1k/configure | 8 |
1 files changed, 2 insertions, 6 deletions
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 - |