diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-06 17:39:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-06 17:47:44 +0200 |
commit | d52fef6e7f2d466b80e99589137dcbc6144fd955 (patch) | |
tree | ec52e421f9ca58a41d395536b60ec0621d0fa0ed /toolchain | |
parent | c2680ac59f4cffa50e5d4cdebf5197c74ac44c04 (diff) |
sparc64: disable-default-pie to get a working bootup
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/glibc/Makefile | 1 |
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) |