diff options
author | Zach van Rijn <me@zv.io> | 2024-08-05 17:01:12 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-08-05 17:01:18 -0500 |
commit | bdbc8d55582db42a64516fde6bf3f7843498ec37 (patch) | |
tree | 8d0d486baabc50bba609fa3c9f0b71f3a9af0d38 | |
parent | f2a6930b30878a857f5798de33572cb7d9f34685 (diff) | |
download | bootstrap-bdbc8d55582db42a64516fde6bf3f7843498ec37.tar.gz bootstrap-bdbc8d55582db42a64516fde6bf3f7843498ec37.tar.bz2 bootstrap-bdbc8d55582db42a64516fde6bf3f7843498ec37.tar.xz bootstrap-bdbc8d55582db42a64516fde6bf3f7843498ec37.zip |
bootstrap: disable default pie for m68k. fixes #9.
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)),) |