import gdb-19990504 snapshot
[deliverable/binutils-gdb.git] / gdb / config / mips / riscos.mh
CommitLineData
c906108c
SS
1# Host: MIPS running RISC/os
2
3XM_FILE= xm-riscos.h
4
5NAT_FILE= nm-riscos.h
6NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o mips-nat.o
7
8MH_CFLAGS=-Wf,-XNh10000
9
10# ptrace(2) apparently has problems in the BSD environment. No workaround is
11# known except to select the sysv environment. Could we use /proc instead?
12# These "sysv environments" and "bsd environments" often end up being a pain.
13#
14# This is not part of CFLAGS because perhaps not all C compilers have this
15# option.
16CC= cc -systype sysv
This page took 0.027768 seconds and 4 git commands to generate.