summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
# ----------------------------------------------------------------------------