summaryrefslogtreecommitdiff
path: root/frontends/amiga/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-29 18:02:56 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-29 18:02:56 +0100
commit3303c005eedd67c5b973c64f2515b28f9a7f56d2 (patch)
tree5a94767252937eb8fbb134c0922ed9ad9d96bd39 /frontends/amiga/Makefile
parent2d41d6c933cec1a0660bc71aaa115b41dcfdfbed (diff)
downloadnetsurf-3303c005eedd67c5b973c64f2515b28f9a7f56d2.tar.gz
netsurf-3303c005eedd67c5b973c64f2515b28f9a7f56d2.tar.bz2
Remove pointless string copy
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 eb3c70b85..9ef40efb6 100644
--- a/frontends/amiga/Makefile
+++ b/frontends/amiga/Makefile
@@ -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 += -msoft-float -m68020-60 -O2 -DPATH_MAX=1024 -D__m68k__
+ CFLAGS += -O2 -DPATH_MAX=1024 -D__m68k__ -m68020
endif
$(eval $(call feature_enabled,AMIGA_ICON,-DWITH_AMIGA_ICON,,Amiga icon))