mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
287c1a400f
before the "Checks for libraries" section. Polish the code somewhat and set need_curses to yes if we build the TUI. Rewrite code that looks for a library providing termcap functionality to match more closely what's done in the Readline library, and move it into to the "Checks for libraries" section. * configure: Regenerated. * Makefile.in (TERMCAP): Remove variable. * config/i386/go32.mh (TERMCAP): Remove variable.
17 lines
227 B
Plaintext
17 lines
227 B
Plaintext
# Host: Intel x86 running DJGPP
|
|
# we don't need mmalloc on DJGPP
|
|
MH_CFLAGS= -DNO_MMALLOC
|
|
MMALLOC=
|
|
MMALLOC_CFLAGS=
|
|
|
|
XM_FILE= xm-go32.h
|
|
|
|
NAT_FILE= nm-go32.h
|
|
NATDEPFILES= go32-nat.o i386-nat.o
|
|
|
|
HOST_IPC=
|
|
CC= gcc
|
|
XM_CLIBS= -ldbg
|
|
|
|
|