diff options
author | Stu Grossman <grossman@cygnus> | 1991-09-17 23:41:34 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1991-09-17 23:41:34 +0000 |
commit | 549d4382b7dff176f2578d316f0a810e905c2a2d (patch) | |
tree | bd593b1f78423fb72a1a71e297b52e9379689331 /gdb/config | |
parent | 138872490d1ae0b19570739951405e683e075483 (diff) | |
download | gdb-549d4382b7dff176f2578d316f0a810e905c2a2d.zip gdb-549d4382b7dff176f2578d316f0a810e905c2a2d.tar.gz gdb-549d4382b7dff176f2578d316f0a810e905c2a2d.tar.bz2 |
Initial revision
Diffstat (limited to 'gdb/config')
-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 |