summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-05-06 17:39:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-05-06 17:47:44 +0200
commitd52fef6e7f2d466b80e99589137dcbc6144fd955 (patch)
treeec52e421f9ca58a41d395536b60ec0621d0fa0ed /toolchain
parentc2680ac59f4cffa50e5d4cdebf5197c74ac44c04 (diff)
sparc64: disable-default-pie to get a working bootup
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/glibc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile
index ecd6f8d2b..5389b8416 100644
--- a/toolchain/glibc/Makefile
+++ b/toolchain/glibc/Makefile
@@ -24,6 +24,7 @@ GLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \
--disable-nls \
--disable-werror \
--disable-nscd \
+ --disable-default-pie \
--enable-shared
ifeq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y)