summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2024-08-05 17:01:12 -0500
committerZach van Rijn <me@zv.io>2024-08-05 17:01:18 -0500
commitbdbc8d55582db42a64516fde6bf3f7843498ec37 (patch)
tree8d0d486baabc50bba609fa3c9f0b71f3a9af0d38
parentf2a6930b30878a857f5798de33572cb7d9f34685 (diff)
downloadbootstrap-bdbc8d55582db42a64516fde6bf3f7843498ec37.tar.gz
bootstrap-bdbc8d55582db42a64516fde6bf3f7843498ec37.tar.bz2
bootstrap-bdbc8d55582db42a64516fde6bf3f7843498ec37.tar.xz
bootstrap-bdbc8d55582db42a64516fde6bf3f7843498ec37.zip
bootstrap: disable default pie for m68k. fixes #9.
-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)),)