mirror of
https://github.com/open-simh/simh.git
synced 2026-02-12 19:17:42 +00:00
CMAKE: Regenerate, PDP10 needs USES_AIO
- Periodic "python cmake/generate.py" to sync with makefile changes. - Ensure that AIO_CCDEFS (makefile) and USES_AIO (CMake generate.py) are present for PDP-10 simulators. Otherwise, user gets a warning message when the simulator starts about network support and asynchronous I/O.
This commit is contained in:
committed by
Paul Koning
parent
a011507fe9
commit
103d1dd554
@@ -114,6 +114,7 @@ add_simulator(pdp10-ka
|
||||
FEATURE_INT64
|
||||
FEATURE_VIDEO
|
||||
FEATURE_DISPLAY
|
||||
USES_AIO
|
||||
LABEL PDP10
|
||||
PKG_FAMILY pdp10_family
|
||||
TEST ka10)
|
||||
@@ -161,6 +162,7 @@ add_simulator(pdp10-ki
|
||||
FEATURE_INT64
|
||||
FEATURE_VIDEO
|
||||
FEATURE_DISPLAY
|
||||
USES_AIO
|
||||
LABEL PDP10
|
||||
PKG_FAMILY pdp10_family
|
||||
TEST ki10)
|
||||
@@ -193,6 +195,7 @@ add_simulator(pdp10-kl
|
||||
DEFINES
|
||||
KL=1
|
||||
FEATURE_INT64
|
||||
USES_AIO
|
||||
LABEL PDP10
|
||||
PKG_FAMILY pdp10_family
|
||||
TEST kl10)
|
||||
@@ -220,6 +223,7 @@ add_simulator(pdp10-ks
|
||||
DEFINES
|
||||
KS=1
|
||||
FEATURE_INT64
|
||||
USES_AIO
|
||||
LABEL PDP10
|
||||
PKG_FAMILY pdp10_family
|
||||
TEST ks10)
|
||||
|
||||
Reference in New Issue
Block a user