aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-17 13:39:03 -0500
committerMike Frysinger <vapier@gentoo.org>2021-02-06 10:56:11 -0500
commitaa09469fc64467d1748c6041befb55bbad9e2328 (patch)
tree7378e736f0e74d16a9eda321c55f641f94de5f66 /sim/configure
parent2c6f2aa66499332b7bb016869fd01267ca1b52ef (diff)
downloadgdb-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/configure')
-rwxr-xr-xsim/configure2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/configure b/sim/configure
index 1f1ce75..5a62981 100755
--- a/sim/configure
+++ b/sim/configure
@@ -589,7 +589,6 @@ sim_arch
subdirs
CFLAGS_FOR_BUILD
CC_FOR_BUILD
-HDEFINES
CPP
target_os
target_vendor
@@ -3731,7 +3730,6 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then