+Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
+
+ * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
+ gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
+ Fix SCO configuration stuff.
+
Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
* Makefile.in: For libg++, make sure the -I pointing
#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
+CC=gcc -posix
# Target: Intel 386 running System V release 3.2
TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
TM_FILE= tm-i386v.h
+TM_CFLAGS=
sysv32) gdb_host=i386v32 ;;
sysv4*) gdb_host=i386v4 ;;
sysv*) gdb_host=i386v ;;
+ scosysv*) gdb_host=i386sco ;;
mach) gdb_host=i386mach ;;
esac
;;
*)
case "${target_os}" in
sysv32) gdb_target=i386v32 ;;
+ scosysv3*) gdb_target=i386v32 ;;
sysv4*) gdb_target=i386v4 ;;
sysv*) gdb_target=i386v ;;
mach) gdb_target=i386mach ;;