1
0
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:
B. Scott Michel
2024-06-20 09:23:05 -07:00
committed by Paul Koning
parent a011507fe9
commit 103d1dd554
5 changed files with 18 additions and 9 deletions

View File

@@ -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)