diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-15 22:48:50 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-16 01:29:41 -0400 |
commit | a8a3d90792ae60239ef6ae9c38f133c8ade40761 (patch) | |
tree | 596b69ef1d290901713156c6582ac493860d2893 /sim/ppc | |
parent | 46f0c0c6cc1b46702152343a3801023e348d7b13 (diff) | |
download | gdb-a8a3d90792ae60239ef6ae9c38f133c8ade40761.zip gdb-a8a3d90792ae60239ef6ae9c38f133c8ade40761.tar.gz gdb-a8a3d90792ae60239ef6ae9c38f133c8ade40761.tar.bz2 |
sim: drop obsolete AC_EXEEXT call
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.
Diffstat (limited to 'sim/ppc')
-rw-r--r-- | sim/ppc/ChangeLog | 5 | ||||
-rwxr-xr-x | sim/ppc/configure | 2 | ||||
-rw-r--r-- | sim/ppc/configure.ac | 3 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index c166e44..05178aa 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,5 +1,10 @@ 2021-06-16 Mike Frysinger <vapier@gentoo.org> + * configure.ac: Delete AC_EXEEXT call. + * configure: Regenerate. + +2021-06-16 Mike Frysinger <vapier@gentoo.org> + * configure.ac: Delete sim-assert logic. * config.in, configure: Regenerate. diff --git a/sim/ppc/configure b/sim/ppc/configure index f81d83a..7927bed 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -4754,8 +4754,6 @@ fi - - AR=${AR-ar} if test -n "$ac_tool_prefix"; then diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac index ed59e05..5867f60 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) |