aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/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/ppc/configure
parent2c6f2aa66499332b7bb016869fd01267ca1b52ef (diff)
downloadfsf-binutils-gdb-aa09469fc64467d1748c6041befb55bbad9e2328.zip
fsf-binutils-gdb-aa09469fc64467d1748c6041befb55bbad9e2328.tar.gz
fsf-binutils-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/ppc/configure')
-rwxr-xr-xsim/ppc/configure4
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/ppc/configure b/sim/ppc/configure
index 108c92a..594706d 100755
--- a/sim/ppc/configure
+++ b/sim/ppc/configure
@@ -652,7 +652,6 @@ sim_line_nr
sim_warnings
RANLIB
AR
-HDEFINES
CFLAGS_FOR_BUILD
CC_FOR_BUILD
LIBOBJS
@@ -6899,8 +6898,6 @@ fi
fi
-. ${srcdir}/../../bfd/configure.host
-
case ${host} in
*mingw32*)
@@ -7761,7 +7758,6 @@ fi
-
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then