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/ppc/configure | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sim/ppc/configure') 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 -- cgit v1.1