binutils-gdb/sim
Mike Frysinger b909d38dfa sim: erc32: fix linking against local readline on modern (ncurses) systems
The current erc32 configure script only searches for -ltermcap to provide
any termcap funcs (which readlines needs).  When building against a local
readline (which is static), we hit link failures like so:
  gcc ...-I/-D flags... -o sis \
    sis.o exec.o erc32.o func.o help.o float.o \
    ../../bfd/libbfd.a ../../opcodes/libopcodes.a \
    ../../libiberty/libiberty.a -lz -lnsl \
    ../../readline/libreadline.a -lm
  ../../readline/libreadline.a(display.o): In function 'cr':
  .../readline/display.c:2486: undefined reference to 'tputs'
  collect2: ld returned 1 exit status
  make[2]: *** [sis] Error 1

Use AC_SEARCH_LIBS from gdb's configure.ac as suggested by Joel Brobecker
to check for additional termcap providers.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-12-31 07:06:47 +00:00
..
arm sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
avr sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
bfin sim: bfin: lookup target strings when tracing system calls 2011-12-03 19:05:15 +00:00
common Work around Solaris bourne shell limitation when building the sim 2011-12-19 04:33:39 +00:00
cr16 sim: cr16: add ifdefs around undefined syscalls 2011-12-30 09:12:36 +00:00
cris sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
d10v sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
erc32 sim: erc32: fix linking against local readline on modern (ncurses) systems 2011-12-31 07:06:47 +00:00
frv sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
h8300 sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
igen sim: rename common/aclocal.m4 to common/acinclude.m4 2011-10-18 00:31:00 +00:00
iq2000 sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
lm32 sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
m32c sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
m32r sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
m68hc11 sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
mcore sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
microblaze sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
mips sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
mn10300 sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
moxie sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
ppc 2011-02-11 Ben Golding <ben_golding@yahoo.co.uk> 2011-11-03 15:48:17 +00:00
rl78 sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
rx sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
sh sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
sh64 sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
testsuite sim: testsuite: regenerate configure 2011-10-18 00:16:14 +00:00
v850 sim: generate build dependencies on the fly 2011-12-03 18:23:51 +00:00
.gitignore
ChangeLog Record Mike Frysinger as a sim Global Maintainer. 2011-11-29 06:25:05 +00:00
MAINTAINERS Record Mike Frysinger as a sim Global Maintainer. 2011-11-29 06:25:05 +00:00
Makefile.in
README-HACKING
configure [sim] 2011-11-29 03:49:09 +00:00
configure.ac
configure.tgt [sim] 2011-11-29 03:49:09 +00:00