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.

Reply via email to