mirror of
https://github.com/simh/simh.git
synced 2026-02-02 06:42:18 +00:00
VMS Build: Restore VAX/VMS host build support
The C RTL on the latest VAX/VMS does not provide a snprintf function. We provide a 'basic' one which meets the needs of simh as suggested by Jordi Guillaumes Pons.
This commit is contained in:
@@ -316,7 +316,7 @@ ATT3B2_SOURCE = $(ATT3B2_DIR)3B2_CPU.C,$(ATT3B2_DIR)3B2_DMAC.C,\
|
||||
$(ATT3B2_DIR)3B2_IO.C,$(ATT3B2_DIR)3B2_IU.C,\
|
||||
$(ATT3B2_DIR)3B2_MMU.C,$(ATT3B2_DIR)3B2_SYS.C,\
|
||||
$(ATT3B2_DIR)3B2_SYSDEV.C
|
||||
ALTAIR_OPTIONS = /INCL=($(SIMH_DIR),$(ATT3B2_DIR))/DEF=($(CC_DEFS))
|
||||
ATT3B2_OPTIONS = /INCL=($(SIMH_DIR),$(ATT3B2_DIR))/DEF=($(CC_DEFS))
|
||||
|
||||
# MITS Altair Simulator Definitions.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user