diff options
author | Stu Grossman <grossman@cygnus> | 1992-10-22 08:07:12 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-10-22 08:07:12 +0000 |
commit | 603900c746365d912cff7e8a219e4710a05be970 (patch) | |
tree | b27521a0e038b74015c7f29d294db80f9fcc89ff /gdb/config | |
parent | 3496b7456212818953a6b39a0ea0b278ee5de913 (diff) | |
download | gdb-603900c746365d912cff7e8a219e4710a05be970.zip gdb-603900c746365d912cff7e8a219e4710a05be970.tar.gz gdb-603900c746365d912cff7e8a219e4710a05be970.tar.bz2 |
* Makefile.in (HFILES): Add nm-i386sco.h.
* dwarfread.c: include <sys/types.h> for SCO.
* infptrace.c: Don't include ptrace.h under SCO.
* config/i386sco.mh: Use -D_POSIX_SOURCE instead of -posix for
gcc.
* config/i386v.mt: Add exec.o to TDEPFILES.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386sco.mh | 2 | ||||
-rw-r--r-- | gdb/config/i386v.mt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/i386sco.mh b/gdb/config/i386sco.mh index e849063..b1a276c 100644 --- a/gdb/config/i386sco.mh +++ b/gdb/config/i386sco.mh @@ -10,4 +10,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 -posix +CC=gcc -D_POSIX_SOURCE=1 diff --git a/gdb/config/i386v.mt b/gdb/config/i386v.mt index 75e5661..08699de 100644 --- a/gdb/config/i386v.mt +++ b/gdb/config/i386v.mt @@ -1,3 +1,3 @@ # Target: Intel 386 running System V -TDEPFILES= i386-tdep.o i386-pinsn.o i387-tdep.o +TDEPFILES= exec.o i386-tdep.o i386-pinsn.o i387-tdep.o TM_FILE= tm-i386v.h |