summaryrefslogtreecommitdiff
path: root/toolchain/glibc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-06-13 11:09:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-06-13 11:09:05 +0200
commit57569bf68cd964c8446a2cdf666445d60be057bc (patch)
treefeeeee4b3929092c504e012e555759d424bfec8d /toolchain/glibc/Makefile
parent7cee56a736efa8382f7dc400ffa897a01574e75c (diff)
glibc: remove obsolete configure opts
Diffstat (limited to 'toolchain/glibc/Makefile')
-rw-r--r--toolchain/glibc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile
index 5389b8416..873622c71 100644
--- a/toolchain/glibc/Makefile
+++ b/toolchain/glibc/Makefile
@@ -19,9 +19,7 @@ TARGET_CXXFLAGS:= $(filter-out -ffast-math,$(TARGET_CXXFLAGS))
GLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \
--host=$(GNU_TARGET_NAME) \
--with-headers=$(STAGING_TARGET_DIR)/usr/include \
- --enable-stackguard-randomization \
--disable-sanity-checks \
- --disable-nls \
--disable-werror \
--disable-nscd \
--disable-default-pie \