diff options
-rw-r--r-- | gdb/config/decstation.mh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/decstation.mh b/gdb/config/decstation.mh index 28fcc1e..35b945d 100644 --- a/gdb/config/decstation.mh +++ b/gdb/config/decstation.mh @@ -1,3 +1,5 @@ # Host: Little-endian MIPS machine such as DECstation. XDEPFILES= infptrace.o mips-xdep.o coredep.o XM_FILE= xm-mips.h +# Might need to uncomment this for old versions of Ultrix. +XM_CFLAGS= -DHAVE_STRSTR |