summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
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 /rules/glibc.make
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>
Diffstat (limited to 'rules/glibc.make')
-rw-r--r--rules/glibc.make13
1 files changed, 0 insertions, 13 deletions
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
# ----------------------------------------------------------------------------