* bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
authorStu Grossman <grossman@cygnus>
Fri, 31 Jan 1992 00:24:21 +0000 (00:24 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 31 Jan 1992 00:24:21 +0000 (00:24 +0000)
gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
Fix SCO configuration stuff.

ChangeLog
gdb/config/i386sco.mh
gdb/config/i386v32.mt
gdb/configure.in

index a18222e092288e06b75675a4dcb35a480dedb5ad..175abb07655bf87503cec4fc2fd4cacc5ee76c22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index c23aa5b0be43347e805d7cb995e5f4b419f529f9..181de83aa02a9a8f3a8e25be99675e005611e666 100644 (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
index 48d6abfbeaeeec0d54f7936baec495ef575637c6..190a8cf3d8e2af970534b1296d8eda67a8b5f052 100644 (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=
index 75399f3547b77b1381cdca9067700dd8295be90c..2e9813e632207550b56fcd99b02edd08b08c1032 100644 (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 ;;
This page took 0.027517 seconds and 4 git commands to generate.