summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-02-05 15:24:23 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-02-07 08:52:07 +0100
commitaf688fbd21801d728e0a5f792466152a6cd9b84e (patch)
treed268b5cef79a5585606e4270be38b49cd8af6072
parent9742e6489a9dbca83324df481434c7f1b030d6ba (diff)
downloadOSELAS.Toolchain-af688fbd21801d728e0a5f792466152a6cd9b84e.tar.gz
OSELAS.Toolchain-af688fbd21801d728e0a5f792466152a6cd9b84e.tar.xz
glibc: addons are gone with glibc-2.27
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/glibc.in4
-rw-r--r--rules/glibc.make4
2 files changed, 0 insertions, 8 deletions
diff --git a/rules/glibc.in b/rules/glibc.in
index f17209e..4d92949 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -94,8 +94,4 @@ config GLIBC_HEADERS_FAKE_CROSS
help
Add these args to fake a crosscompiler during glibc-header extraction stage.
-config GLIBC_EXTRA_ADDONS
- string
- prompt "extra addons"
-
endif
diff --git a/rules/glibc.make b/rules/glibc.make
index 16a8b67..9d55312 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -54,16 +54,12 @@ GLIBC_MAKEVARS := AUTOCONF=no
#
# autoconf
#
-GLIBC_ADDONS := libidn
-GLIBC_ADDONS += $(call remove_quotes, $(PTXCONF_GLIBC_EXTRA_ADDONS))
-
GLIBC_AUTOCONF_COMMON := \
--prefix=/usr \
--host=$(PTXCONF_GNU_TARGET) \
--target=$(PTXCONF_GNU_TARGET) \
\
--with-headers=$(SYSROOT)/usr/include \
- --enable-add-ons=$(subst $(space),$(comma),$(GLIBC_ADDONS)) \
\
--disable-build-nscd \
--disable-nscd \