summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
diff options
context:
space:
mode:
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
# ----------------------------------------------------------------------------