diff options
author | Per Bothner <per@bothner.com> | 1991-09-20 00:15:19 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-09-20 00:15:19 +0000 |
commit | 4cf73f04750db000e76cbe07d313586383988698 (patch) | |
tree | a54d1532a7d3aaefd8b249e11e618656237d35e3 /gdb/config | |
parent | ef08856f6215f16b2abfb15cc9a0b167a572626b (diff) | |
download | gdb-4cf73f04750db000e76cbe07d313586383988698.zip gdb-4cf73f04750db000e76cbe07d313586383988698.tar.gz gdb-4cf73f04750db000e76cbe07d313586383988698.tar.bz2 |
Define HAVE_STRSTR.
Diffstat (limited to 'gdb/config')
-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 |