]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/erc32/ChangeLog
[src/erc32] Use ncurses instead of termcap on Cygwin too
authorJoel Sherrill <joel@rtems.org>
Tue, 30 Oct 2018 16:41:12 +0000 (16:41 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 30 Oct 2018 16:41:12 +0000 (16:41 +0000)
commitc1230d1bab8e36e1aa40f3bbadcef9b5d9ddc041
treefe05ffb74fadab41d93dca573578cb9aae216e18
parent4d5d104997da3b7beaaf7920caee40dcff8a78d9
[src/erc32] Use ncurses instead of termcap on Cygwin too

This removes a Cygwin-specific libtermcap hack that was dependent on
the presence of one of the multiple alternative libraries.  The one it
was hard-coded to pick isn't included with Cygwin anymore.

According to Corinna, libtermcap was removed from Cygwin a long time
ago, and libncurses is used in Cygwin for a long time too.

The fix is to make Cygwin use the same autoconf code to figure out the
correct lib as any other target.

sim/erc32/Changelog:
2018-10-30  Joel Sherrill <joel@rtems.org>

* configure.ac: Remove the Cygwin-specific libtermcap.a hack
and use the standard logic to determine which library to use.
* configure: Regenerate.
sim/erc32/ChangeLog
sim/erc32/configure
sim/erc32/configure.ac