blob: 181de83aa02a9a8f3a8e25be99675e005611e666 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Host: Intel 386 running SCO Unix (pre-SVR4)
XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o
XM_FILE= xm-i386sco.h
XM_CLIBS= -lPW
SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
#msg The SCO C compiler cannot parse symtab.h when value.h has been included.
#msg This is a bug in the compiler; the code is valid.
#msg Therefore, you must use GCC to compile GDB on SCO machines.
CC=gcc -posix
|