From: Christian Groessler Date: Tue, 24 May 2016 23:29:00 +0000 (+0200) Subject: make BSS segment optional in atari-cassette.cfg X-Git-Tag: V2.16~141^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F298%2Fhead;p=cc65 make BSS segment optional in atari-cassette.cfg --- diff --git a/cfg/atari-cassette.cfg b/cfg/atari-cassette.cfg index 84bb5ad02..5e99c303e 100644 --- a/cfg/atari-cassette.cfg +++ b/cfg/atari-cassette.cfg @@ -21,7 +21,7 @@ SEGMENTS { CODE: load = MAIN, type = ro, define = yes; RODATA: load = MAIN, type = ro, optional = yes; DATA: load = MAIN, type = rw, optional = yes; - BSS: load = MAIN, type = bss, define = yes; + BSS: load = MAIN, type = bss, define = yes, optional = yes; INIT: load = MAIN, type = bss, optional = yes; } FEATURES {