This commit is contained in:
mrdudz 2022-02-05 17:44:54 +01:00
parent 0300d4fcd1
commit f800e71d7a
1 changed files with 8 additions and 3 deletions

View File

@ -673,6 +673,11 @@ EXELIST_sim6502 = \
EXELIST_sim65c02 = $(EXELIST_sim6502)
# omitted: arg-test clock clock-test conio cpeek-test cprintf cursor deb dir-test
# div-test em-test exec-test1 exec-test2 fileio-test ft getopt-test heaptest
# joy-test moddiv-test mouse-test mul-test posixio-test rename-test scanf-test
# ser-test seek strdup-test strnlen stroserror-test strqtok-test tinyshell uname-test
EXELIST_atari2600 = \
minimal
@ -682,6 +687,9 @@ EXELIST_atari5200 = \
EXELIST_gamate = \
minimal
EXELIST_lynx = \
minimal
EXELIST_supervision = \
minimal
@ -693,9 +701,6 @@ EXELIST_bbc = \
EXELIST_lunix = \
notavailable
EXELIST_lynx = \
minimal
# Unlisted targets will try to build everything.
# That lets us learn what they cannot build, and what settings
# we need to use for programs that can be built and run.