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/moxie | |
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/moxie')
-rw-r--r-- | sim/moxie/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/moxie/configure | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index d838bc9..bc15793 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,6 +1,10 @@ 2021-06-16 Mike Frysinger <vapier@gentoo.org> * configure: Regenerate. + +2021-06-16 Mike Frysinger <vapier@gentoo.org> + + * configure: Regenerate. * config.in: Removed. 2021-06-15 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/moxie/configure b/sim/moxie/configure index 7bd1eb2..6fa5b49 100755 --- a/sim/moxie/configure +++ b/sim/moxie/configure @@ -11144,8 +11144,6 @@ fi - - if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dtc", so it can be a program name with args. set dummy ${ac_tool_prefix}dtc; ac_word=$2 |