diff options
author | Daniel Jacobowitz <drow@false.org> | 2001-07-10 20:41:54 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2001-07-10 20:41:54 +0000 |
commit | 2aa830e4a6c1e6f378b87ed37a5a239325a59982 (patch) | |
tree | 94e558716793b22c1353cbf5883157f7fb71cbe3 /gdb/config/mips/linux.mh | |
parent | 15dcfbc30f219563b3e24c443ee6a8332ea40b0d (diff) | |
download | gdb-2aa830e4a6c1e6f378b87ed37a5a239325a59982.zip gdb-2aa830e4a6c1e6f378b87ed37a5a239325a59982.tar.gz gdb-2aa830e4a6c1e6f378b87ed37a5a239325a59982.tar.bz2 |
MIPS/Linux support
Diffstat (limited to 'gdb/config/mips/linux.mh')
-rw-r--r-- | gdb/config/mips/linux.mh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/config/mips/linux.mh b/gdb/config/mips/linux.mh new file mode 100644 index 0000000..1a4b45f --- /dev/null +++ b/gdb/config/mips/linux.mh @@ -0,0 +1,8 @@ +# Host: Linux/MIPS +XDEPFILES= +XM_FILE= xm-linux.h +NAT_FILE= nm-linux.h +NATDEPFILES= infptrace.o inftarg.o fork-child.o mips-linux-nat.o \ + thread-db.o lin-lwp.o proc-service.o + +LOADLIBES = -ldl -rdynamic |