summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-02-05 14:31:18 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-02-05 15:05:59 +0100
commit7c1e2b2852b085755fccc645624efbd3783814d7 (patch)
tree365cfb9c5b7e6f2afc5df038ecc7bd318a1ee907
parent5e43a023885c4e282130c8dd57c60d189a77563d (diff)
downloadOSELAS.Toolchain-7c1e2b2852b085755fccc645624efbd3783814d7.tar.gz
OSELAS.Toolchain-7c1e2b2852b085755fccc645624efbd3783814d7.tar.xz
glibc: cleanup rules & update configure options
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/glibc-first.make1
-rw-r--r--rules/glibc.make13
2 files changed, 0 insertions, 14 deletions
diff --git a/rules/glibc-first.make b/rules/glibc-first.make
index c87ce21..b093a50 100644
--- a/rules/glibc-first.make
+++ b/rules/glibc-first.make
@@ -55,7 +55,6 @@ GLIBC_FIRST_CONF_TOOL := autoconf
GLIBC_FIRST_CONF_OPT = \
$(GLIBC_AUTOCONF_COMMON) \
$(PTXCONF_GLIBC_CONFIG_EXTRA_CROSS) \
- --disable-debug \
--disable-profile \
GLIBC_FIRST_MAKE_OPT := \
diff --git a/rules/glibc.make b/rules/glibc.make
index 3acd786..16a8b67 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -33,17 +33,6 @@ GLIBC_LICENSE := $(call remove_quotes,$(PTXCONF_GLIBC_LICENSE))
GLIBC_LICENSE_FILES := $(call remove_quotes,$(PTXCONF_GLIBC_LICENSE_FILES))
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/glibc.extract:
- @$(call targetinfo)
- @$(call clean, $(GLIBC_DIR))
- @$(call extract, GLIBC, $(BUILDDIR_DEBUG))
- @$(call patchin, GLIBC, $(GLIBC_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -91,10 +80,8 @@ GLIBC_CONF_OPT := \
$(PTXCONF_GLIBC_CONFIG_EXTRA_CROSS) \
\
--enable-kernel=$(PTXCONF_GLIBC_ENABLE_KERNEL) \
- --enable-debug \
--enable-profile \
--enable-shared \
- --enable-stackguard-randomization \
--enable-static-nss
# ----------------------------------------------------------------------------