mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* 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:
parent
ab43e4e35c
commit
92732c2789
@ -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
|
||||
|
@ -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
|
||||
|
@ -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=
|
||||
|
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user