summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/Makefile.tools')
-rw-r--r--makefiles/Makefile.tools4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 3021890..a613c93 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -206,6 +206,10 @@ else
CXXFLAGS := $(CXXFLAGS) -U__STRICT_ANSI__ -I$(GCCSDK_INSTALL_ENV)/include
LDFLAGS := $(LDFLAGS) -L$(GCCSDK_INSTALL_ENV)/lib
+ ifeq ($(HOST),m68k-unknown-amigaos)
+ CFLAGS += -fomit-frame-pointer -m68020
+ endif
+
PREFIX ?= $(GCCSDK_INSTALL_ENV)
endif