blob: d1389ebf8f58a0e4ce89eb7d42b938215d0d7918 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Host: Intel 386 running SCO Unix (pre-SVR4)
XDEPFILES= infptrace.o inftarg.o fork-child.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
|