public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: gdb-patches@sourceware.org
Subject: [PATCH] sim: drop obsolete AC_EXEEXT call
Date: Wed, 16 Jun 2021 01:29:56 -0400	[thread overview]
Message-ID: <20210616052956.6579-1-vapier@gentoo.org> (raw)

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


                 reply	other threads:[~2021-06-16  5:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210616052956.6579-1-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).