summaryrefslogtreecommitdiff
path: root/amiga/Makefile.target
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-23 20:34:24 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-23 20:34:24 +0000
commit5867fa4ef99a9e7ec98fa16058ca92d5684fad0e (patch)
tree60956c5af64d788078d9c6eebb0ca26c7b29a26b /amiga/Makefile.target
parentb70ab2a7a314ee6e40d1c322ac0eedc3e2f3409e (diff)
downloadnetsurf-5867fa4ef99a9e7ec98fa16058ca92d5684fad0e.tar.gz
netsurf-5867fa4ef99a9e7ec98fa16058ca92d5684fad0e.tar.bz2
Avoid forward declarations
Specify hook function with 68k registers when building for that target
Diffstat (limited to 'amiga/Makefile.target')
-rw-r--r--amiga/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index 7d858ef8a..32e076ca6 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -7,7 +7,7 @@ CFLAGS += -std=c99 -Dnsamiga
ifneq ($(SUBTARGET),os3)
CFLAGS += -O2 -finline-functions -U__STRICT_ANSI__ -D__USE_INLINE__ -D__USE_BASETYPE__
else
- CFLAGS += -m68020 -O0 -DPATH_MAX=1024
+ CFLAGS += -m68020-60 -O0 -DPATH_MAX=1024
endif
NETSURF_FEATURE_ROSPRITE_CFLAGS := -DWITH_NSSPRITE