diff options
Diffstat (limited to 'gdb/config/vax/vaxbsd.mh')
-rw-r--r-- | gdb/config/vax/vaxbsd.mh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config/vax/vaxbsd.mh b/gdb/config/vax/vaxbsd.mh index 87d9476..842422b 100644 --- a/gdb/config/vax/vaxbsd.mh +++ b/gdb/config/vax/vaxbsd.mh @@ -1,4 +1,5 @@ # Host: DEC VAX running BSD + # The following types of /bin/cc failures have been observed: # 1. Something in readline.c which I have never seen # 2. ``"values.c", line 816: compiler error: schain botch'' @@ -6,8 +7,7 @@ #msg If this occurs, use gcc #msg (but see comments in Makefile.dist about compiling with gcc). -XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o -REGEX=regex.o -REGEX1=regex.o XM_FILE= xm-vaxbsd.h +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o + NAT_FILE= nm-vax.h |