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/bpf | |
parent | 46f0c0c6cc1b46702152343a3801023e348d7b13 (diff) | |
download | binutils-a8a3d90792ae60239ef6ae9c38f133c8ade40761.zip binutils-a8a3d90792ae60239ef6ae9c38f133c8ade40761.tar.gz binutils-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/bpf')
-rw-r--r-- | sim/bpf/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/bpf/configure | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/bpf/ChangeLog b/sim/bpf/ChangeLog index 82f283e..2b76835 100644 --- a/sim/bpf/ChangeLog +++ b/sim/bpf/ChangeLog @@ -1,5 +1,9 @@ 2021-06-16 Mike Frysinger <vapier@gentoo.org> + * configure: Regenerate. + +2021-06-16 Mike Frysinger <vapier@gentoo.org> + * Makefile.in (BPF_INCLUDE_DEPS): Delete config.h. * configure: Regenerate. * config.in: Removed. diff --git a/sim/bpf/configure b/sim/bpf/configure index d41067f..102f1b8 100755 --- a/sim/bpf/configure +++ b/sim/bpf/configure @@ -11156,8 +11156,6 @@ fi - - wire_word_bitsize="64" wire_word_msb="" wire_address_bitsize="" |