* bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,

gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
Fix SCO configuration stuff.
This commit is contained in:
Stu Grossman 1992-01-31 00:24:21 +00:00
parent ab43e4e35c
commit 92732c2789
4 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -8,4 +8,4 @@ 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
CC=gcc -posix

View File

@ -1,3 +1,4 @@
# 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=

View File

@ -93,6 +93,7 @@ i386)
sysv32) gdb_host=i386v32 ;;
sysv4*) gdb_host=i386v4 ;;
sysv*) gdb_host=i386v ;;
scosysv*) gdb_host=i386sco ;;
mach) gdb_host=i386mach ;;
esac
;;
@ -254,6 +255,7 @@ i386)
*)
case "${target_os}" in
sysv32) gdb_target=i386v32 ;;
scosysv3*) gdb_target=i386v32 ;;
sysv4*) gdb_target=i386v4 ;;
sysv*) gdb_target=i386v ;;
mach) gdb_target=i386mach ;;