aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/configure.in
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1996-12-04 00:56:56 +0000
committerRob Savoye <rob@cygnus>1996-12-04 00:56:56 +0000
commita665caa644857954b195eed35957f0d4af86106f (patch)
treee1454828130eaaf01e161ca326297875a7b2d7e1 /sim/erc32/configure.in
parent20e1ab85bf0f96397354b216c1b4de33e05de381 (diff)
downloadgdb-a665caa644857954b195eed35957f0d4af86106f.zip
gdb-a665caa644857954b195eed35957f0d4af86106f.tar.gz
gdb-a665caa644857954b195eed35957f0d4af86106f.tar.bz2
* configure.in: Look for libtermcap.a.
* Makefile.in: Only link in -ltermcap if it exists. * erc32.c: Update to version 2.6a. Fix uart handling. * exec.c: Update to version 2.6a. Add sparclite support. * float.c: Update to version 2.6a. Convert comments to preprocessor warnings. Add __setfpucw() for i385 hosts so floating point exceptions work. * func.c: Update to version 2.6a. Fix uart handling, add support for user error traps. * help.c: Update to version 2.6a. Add help note on user error traps. * interf.c: Update to version 2.6a. Fix uart handling, and add sparclite support. * examples/gccx: Use sparclite cross compiler, not native gcc. * examples/srt0.S: Use "mov" rather than "wr" for manipulating the psr register.
Diffstat (limited to 'sim/erc32/configure.in')
-rw-r--r--sim/erc32/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/erc32/configure.in b/sim/erc32/configure.in
index 501b59e..9050592 100644
--- a/sim/erc32/configure.in
+++ b/sim/erc32/configure.in
@@ -6,4 +6,7 @@ SIM_AC_COMMON
AC_CHECK_HEADERS(stdlib.h)
+AC_CHECK_LIB(termcap, main, TERMCAP=-ltermcap, TERMCAP="")
+AC_SUBST(TERMCAP)
+
SIM_AC_OUTPUT