From bdbc8d55582db42a64516fde6bf3f7843498ec37 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Mon, 5 Aug 2024 17:01:12 -0500 Subject: bootstrap: disable default pie for m68k. fixes #9. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)),) -- cgit v1.2.3-70-g09d2