summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2022-11-28 16:22:53 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-11-28 16:29:20 +0100
commit1a7bc7470a2b9147801e4597bc66ef16604dcaea (patch)
tree85a6c5026c2f509f2f5a57cb1d070bd6bb17bea6
parentce323dcb63c735758cd073c4ccea503fb5dcdf4b (diff)
downloadDistroKit-1a7bc7470a2b9147801e4597bc66ef16604dcaea.tar.gz
DistroKit-1a7bc7470a2b9147801e4597bc66ef16604dcaea.tar.xz
toolchain: disable unused glibc sublibraries
Since glibc-2.34, these libpthread, librt, libdl and libutil have moved into the main library. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--configs/ptxconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/ptxconfig b/configs/ptxconfig
index 581e39f..0215f75 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -313,12 +313,12 @@ PTXCONF_GLIBC=y
PTXCONF_GLIBC_2_34=y
PTXCONF_GLIBC_LD=y
PTXCONF_GLIBC_C=y
-PTXCONF_GLIBC_PTHREAD=y
+# PTXCONF_GLIBC_PTHREAD is not set
PTXCONF_GLIBC_THREAD_DB=y
-PTXCONF_GLIBC_RT=y
-PTXCONF_GLIBC_DL=y
+# PTXCONF_GLIBC_RT is not set
+# PTXCONF_GLIBC_DL is not set
PTXCONF_GLIBC_CRYPT=y
-PTXCONF_GLIBC_UTIL=y
+# PTXCONF_GLIBC_UTIL is not set
PTXCONF_GLIBC_M=y
# PTXCONF_GLIBC_ANL is not set
PTXCONF_GLIBC_NSS_DNS=y