summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5269b5c..ed3b57a 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ M68KCPPFLAGS = -DFW_VERSION=$(FW_VERSION)
ifeq ($(DEBUG),1)
M68KCPPFLAGS += -DENABLE_TRACE
endif
-M68KAFLAGS = -march=isac
+M68KAFLAGS = -march=isac --pcrel -k
M68KLDFLAGS = -Ttext 0
# FW code files
OpenPOWER on IntegriCloud