summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 1d01460..d5025a9 100755
--- a/bootstrap
+++ b/bootstrap
@@ -471,7 +471,7 @@ endif
# experimental targets
ifneq ($(findstring m68k-,$(TARGET)),)
-GCC_CONFIG += --with-arch=m68k --with-cpu=m68020
+GCC_CONFIG += --with-arch=m68k --with-cpu=m68020 --disable-default-pie
endif
ifneq ($(findstring mips64-,$(TARGET)),)