mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-24 19:50:25 +00:00
Control VM config via RELEASE. (#136)
When `RELEASE` is set, then `inc/version.h` configures some defines appropriately, including `BIGATOMS`, `BIGVM`, and `NEWCDRCODING`. There's no need to manage it directly on the compiler command line.
This commit is contained in:
@@ -21,7 +21,7 @@ FPFLAGS =
|
||||
# for bigatom work, removed -DSPARCDISP -DSUN4_OS4_IL
|
||||
DFLAGS = -DINIT -DKBINT -DOS4 -DOS4_TYPE4BUG -DCOLOR \
|
||||
-DNEWBITBLT -DLOGINT -DSUNDISPLAY -DDISPLAYBUFFER -DFORKCOMM \
|
||||
-DBIGATOMS -DNOASM -DNOFORN -DRELEASE=210 # -DNOVERSION -DRELEASE=201
|
||||
-DNOASM -DNOFORN -DRELEASE=210 # -DNOVERSION -DRELEASE=201
|
||||
|
||||
LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm
|
||||
#-Dsparc?
|
||||
|
||||
Reference in New Issue
Block a user