1
0
mirror of https://github.com/simh/simh.git synced 2026-02-06 08:25:53 +00:00

Fixed vax build issue when building on a vax.

This commit is contained in:
Mark Pizzolato
2012-03-23 13:05:36 -07:00
parent 3cc10c3f71
commit 380625e404
2 changed files with 2 additions and 3 deletions

View File

@@ -215,8 +215,9 @@ PCAP_SIMH_INC = /INCL=($(PCAP_DIR))
@ ERROR_CONDITION = ((F$GETSYI("ARCH_NAME").EQS."Alpha").AND.(F$GETSYI("VERSION").LTS."V8.0").AND.("$(NOASYNCH)".EQS.""))
@ IF (ERROR_CONDITION) THEN WRITE SYS$OUTPUT "*** WARNING **** Build should be invoked with /MACRO=NOASYNCH=1 on this platform"
@ 'EXIT_ON_ERROR
@ DEFINE/USER SYS$ERROR NLA0:
@ DEFINE/USER SYS$OUTPUT CC_VERSION.DAT
@ CC/VERSION
@ CC/DECC/VERSION
@ OPEN /READ VERSION CC_VERSION.DAT
@ READ VERSION CC_VERSION
@ CLOSE VERSION