We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d100818 commit 75d91f1Copy full SHA for 75d91f1
Makefile
@@ -58,6 +58,7 @@ CFLAGS_EXTRA_Z88DK = -Os
58
########################################
59
# CoCo customization
60
61
+LDFLAGS_EXTRA_COCO = --org=0E00 --limit=7C00
62
AUTOEXEC_COCO = dist.coco/autoexec.bas
63
CFGLOAD_COCO = src/coco/cfgload/cfgload.asm
64
CFGLOAD_BIN = r2r/coco/cfgload.bin
makefiles/toolchains/cmoc.mk
@@ -7,7 +7,7 @@ include $(MWD)/tc-common.mk
7
8
CFLAGS += --intdir=$(OBJ_DIR)
9
ASFLAGS +=
10
-LDFLAGS += --org=0E00 --limit=7C00
+LDFLAGS +=
11
12
CFLAGS += -DGIT_VERSION='"$(GIT_VERSION)"'
13
0 commit comments