summaryrefslogtreecommitdiff
path: root/frontends/amiga/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2021-08-17 11:00:11 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2021-08-17 11:00:11 +0100
commitb0a9388db8c81a28c449d5cc84e4d1a4930c7222 (patch)
treebe473bedb7eba686a3bfb69b253cb7418cea5e5c /frontends/amiga/Makefile
parent6431c62472f27e99a8ff5ed34d6e598c76e60c30 (diff)
downloadnetsurf-b0a9388db8c81a28c449d5cc84e4d1a4930c7222.tar.gz
netsurf-b0a9388db8c81a28c449d5cc84e4d1a4930c7222.tar.bz2
Amiga: Manually define mc68000 required for NDK3.2 inlines
Diffstat (limited to 'frontends/amiga/Makefile')
-rw-r--r--frontends/amiga/Makefile2
1 files changed, 1 insertions, 1 deletions
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))