mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
9e8bf29afd
config/mh-vaxbsd, configure.in: Split up config stuff for Vaxen into BSD and Ultrix.
13 lines
446 B
Plaintext
13 lines
446 B
Plaintext
# 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''
|
|
#msg /bin/cc has been known to fail on VAXen running BSD4.3
|
|
#msg If this occurs, use gcc
|
|
#msg (but see comments in Makefile.dist about compiling with gcc).
|
|
|
|
XDEPFILES= infptrace.o coredep.o
|
|
REGEX=regex.o
|
|
REGEX1=regex.o
|
|
XM_FILE= xm-vaxbsd.h
|