diff options
Diffstat (limited to 'gdb/config/mips/mipsm3.mh')
-rw-r--r-- | gdb/config/mips/mipsm3.mh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config/mips/mipsm3.mh b/gdb/config/mips/mipsm3.mh index e69de29..51a692b 100644 --- a/gdb/config/mips/mipsm3.mh +++ b/gdb/config/mips/mipsm3.mh @@ -0,0 +1,9 @@ +# Host: Little endian MIPS machine such as pmax +# running Mach 3.0 operating system + +XDEPFILES= os-mach3.o mipsmach3-xdep.o coredep.o +XM_FILE= xm-mipsmach3.h + +# Don't use the mmalloc library in Mach 3. +MMALLOC_LIB = +MMALLOC_DISABLE = -DNO_MMALLOC |