aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-27 14:28:30 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-27 14:28:30 +0000
commit42280556eb419e7e8d09f1047c75ad1b20205d9d (patch)
treefc1ca52945ce83e95e53f9828592e645ed4599df /gdb/config
parent68d2db622d49c606fcd61e7e1253aaf05c089e41 (diff)
downloadgdb-42280556eb419e7e8d09f1047c75ad1b20205d9d.zip
gdb-42280556eb419e7e8d09f1047c75ad1b20205d9d.tar.gz
gdb-42280556eb419e7e8d09f1047c75ad1b20205d9d.tar.bz2
* config/mips/riscos.mh (CC): Use -systype sysv.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/riscos.mh7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/config/mips/riscos.mh b/gdb/config/mips/riscos.mh
index 8a7f4ff..fecc9b5 100644
--- a/gdb/config/mips/riscos.mh
+++ b/gdb/config/mips/riscos.mh
@@ -5,3 +5,10 @@ REGEX= regex.o
REGEX1= regex.o
MUNCH_DEFINE=-B
MH_CFLAGS=-Wf,-XNh10000
+# ptrace(2) apparently has problems in the BSD environment. No workaround is
+# known except to select the sysv environment. Could we use /proc instead?
+# These "sysv environments" and "bsd environments" often end up being a pain.
+#
+# This is not part of CFLAGS because perhaps not all C compilers have this
+# option.
+CC= cc -systype sysv