From 7c1e2b2852b085755fccc645624efbd3783814d7 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 5 Feb 2018 14:31:18 +0100 Subject: glibc: cleanup rules & update configure options Signed-off-by: Michael Olbrich --- rules/glibc-first.make | 1 - rules/glibc.make | 13 ------------- 2 files changed, 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 @@ -32,17 +32,6 @@ GLIBC_URL := \ 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 # ---------------------------------------------------------------------------- -- cgit v1.2.3