From b0a9388db8c81a28c449d5cc84e4d1a4930c7222 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 17 Aug 2021 11:00:11 +0100 Subject: Amiga: Manually define mc68000 required for NDK3.2 inlines --- frontends/amiga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga') diff --git a/frontends/amiga/Makefile b/frontends/amiga/Makefile index 99745c90e..80b6f8312 100644 --- a/frontends/amiga/Makefile +++ b/frontends/amiga/Makefile @@ -7,7 +7,7 @@ CFLAGS += -std=c99 -Dnsamiga ifneq ($(SUBTARGET),os3) CFLAGS += -O2 -mstrict-align -finline-functions -U__STRICT_ANSI__ -D__USE_INLINE__ -D__USE_BASETYPE__ else - CFLAGS += -O2 -DPATH_MAX=1024 -D__m68k__ -m68020 + CFLAGS += -O2 -DPATH_MAX=1024 -D__m68k__ -m68020 -Dmc68000 endif $(eval $(call feature_enabled,AMIGA_ICON,-DWITH_AMIGA_ICON,,Amiga icon)) -- cgit v1.2.3