diff options
author | Stu Grossman <grossman@cygnus> | 1992-03-31 02:36:24 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-03-31 02:36:24 +0000 |
commit | 9d4c62df0781db0257c1f036d75b5638683a7f9c (patch) | |
tree | 96ebd1cea63bf960524178b6e11566575c077f21 /gdb/config/irix4.mh | |
parent | d1bb1d417052cccfaf3d74671d51a6be1ebe3e62 (diff) | |
download | gdb-9d4c62df0781db0257c1f036d75b5638683a7f9c.zip gdb-9d4c62df0781db0257c1f036d75b5638683a7f9c.tar.gz gdb-9d4c62df0781db0257c1f036d75b5638683a7f9c.tar.bz2 |
* config/irix4.mh: Don't use coredep.o. It doesn't work with procfs.
Diffstat (limited to 'gdb/config/irix4.mh')
-rw-r--r-- | gdb/config/irix4.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/irix4.mh b/gdb/config/irix4.mh index f5d08d6..e2eb9b9 100644 --- a/gdb/config/irix4.mh +++ b/gdb/config/irix4.mh @@ -1,5 +1,5 @@ # Host: SGI Iris running irix 4.x -XDEPFILES= procfs.o coredep.o +XDEPFILES= procfs.o XM_FILE= xm-irix4.h ALLOCA=alloca.o ALLOCA1=alloca.o |