make BSS segment optional in atari-cassette.cfg
This commit is contained in:
parent
a76153cb9f
commit
e2d14291b7
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue