François Revol Sat, 03 Dec 2016 14:18:07 -0800
I just noticed this in frontends/atari/Makefile: STACK := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*stack) ... ifneq ($(strip $(STACK)),) $(Q)$(STACK) -S 256k $(EXETARGET) endif
I guess this will never be used? François.