public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: drop obsolete AC_EXEEXT call
@ 2021-06-16  5:29 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-06-16  5:29 UTC (permalink / raw)
  To: gdb-patches

The current autoconf 2.69 defines this to nothing because the logic
in AC_PROG_CC takes care of it all the time now.  Delete the call.
---
 sim/ChangeLog                 | 4 ++++
 sim/aarch64/ChangeLog         | 4 ++++
 sim/aarch64/configure         | 2 --
 sim/arm/ChangeLog             | 4 ++++
 sim/arm/configure             | 2 --
 sim/avr/ChangeLog             | 4 ++++
 sim/avr/configure             | 2 --
 sim/bfin/ChangeLog            | 4 ++++
 sim/bfin/configure            | 2 --
 sim/bpf/ChangeLog             | 4 ++++
 sim/bpf/configure             | 2 --
 sim/cr16/ChangeLog            | 4 ++++
 sim/cr16/configure            | 2 --
 sim/cris/ChangeLog            | 4 ++++
 sim/cris/configure            | 2 --
 sim/d10v/ChangeLog            | 4 ++++
 sim/d10v/configure            | 2 --
 sim/erc32/ChangeLog           | 4 ++++
 sim/erc32/configure           | 2 --
 sim/example-synacor/ChangeLog | 4 ++++
 sim/example-synacor/configure | 2 --
 sim/frv/ChangeLog             | 4 ++++
 sim/frv/configure             | 2 --
 sim/ft32/ChangeLog            | 4 ++++
 sim/ft32/configure            | 2 --
 sim/h8300/ChangeLog           | 4 ++++
 sim/h8300/configure           | 2 --
 sim/iq2000/ChangeLog          | 4 ++++
 sim/iq2000/configure          | 2 --
 sim/lm32/ChangeLog            | 4 ++++
 sim/lm32/configure            | 2 --
 sim/m32c/ChangeLog            | 4 ++++
 sim/m32c/configure            | 2 --
 sim/m32r/ChangeLog            | 4 ++++
 sim/m32r/configure            | 2 --
 sim/m4/sim_ac_common.m4       | 3 ---
 sim/m68hc11/ChangeLog         | 4 ++++
 sim/m68hc11/configure         | 2 --
 sim/mcore/ChangeLog           | 4 ++++
 sim/mcore/configure           | 2 --
 sim/microblaze/ChangeLog      | 4 ++++
 sim/microblaze/configure      | 2 --
 sim/mips/ChangeLog            | 4 ++++
 sim/mips/configure            | 2 --
 sim/mn10300/ChangeLog         | 4 ++++
 sim/mn10300/configure         | 2 --
 sim/moxie/ChangeLog           | 4 ++++
 sim/moxie/configure           | 2 --
 sim/msp430/ChangeLog          | 4 ++++
 sim/msp430/configure          | 2 --
 sim/or1k/ChangeLog            | 4 ++++
 sim/or1k/configure            | 2 --
 sim/ppc/ChangeLog             | 5 +++++
 sim/ppc/configure             | 2 --
 sim/ppc/configure.ac          | 3 ---
 sim/pru/ChangeLog             | 4 ++++
 sim/pru/configure             | 2 --
 sim/riscv/ChangeLog           | 4 ++++
 sim/riscv/configure           | 2 --
 sim/rl78/ChangeLog            | 4 ++++
 sim/rl78/configure            | 2 --
 sim/rx/ChangeLog              | 4 ++++
 sim/rx/configure              | 2 --
 sim/sh/ChangeLog              | 4 ++++
 sim/sh/configure              | 2 --
 sim/v850/ChangeLog            | 4 ++++
 sim/v850/configure            | 2 --
 67 files changed, 133 insertions(+), 70 deletions(-)

diff --git a/sim/m4/sim_ac_common.m4 b/sim/m4/sim_ac_common.m4
index 070baf305e9f..088e0977f4f3 100644
--- a/sim/m4/sim_ac_common.m4
+++ b/sim/m4/sim_ac_common.m4
@@ -51,7 +51,4 @@ dnl --enable-maintainer-mode.
 AM_MAINTAINER_MODE
 
 SIM_AC_OPTION_INLINE
-
-dnl Detect exe extension
-AC_EXEEXT
 ]) dnl End of SIM_AC_COMMON
diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac
index ed59e05c7869..5867f60b6281 100644
--- a/sim/ppc/configure.ac
+++ b/sim/ppc/configure.ac
@@ -737,9 +737,6 @@ else
   rm -rf $tempdir
 fi
 
-dnl Check for exe extension
-AC_EXEEXT
-
 AC_SUBST(CC_FOR_BUILD)
 AC_SUBST(CFLAGS_FOR_BUILD)
 AC_SUBST(CFLAGS)
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-16  5:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  5:29 [PATCH] sim: drop obsolete AC_EXEEXT call Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).