diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/irix3.mh | 6 | ||||
-rw-r--r-- | gdb/config/irix3.mt | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config/irix3.mh b/gdb/config/irix3.mh new file mode 100644 index 0000000..55dae08 --- /dev/null +++ b/gdb/config/irix3.mh @@ -0,0 +1,6 @@ +# Host: SGI Iris running irix 3.x +XDEPFILES= infptrace.o coredep.o +XM_FILE= xm-irix3.h +ALLOCA=alloca.o +ALLOCA1=alloca.o +MUNCH_DEFINE=-B diff --git a/gdb/config/irix3.mt b/gdb/config/irix3.mt new file mode 100644 index 0000000..3cd05bb --- /dev/null +++ b/gdb/config/irix3.mt @@ -0,0 +1,3 @@ +# Target: Big-endian MIPS machine such as Sony News +TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o +TM_FILE= tm-irix3.h |