From 270bd86b4f1ed78013a1c7839732e21ab9774472 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 8 Sep 2005 02:35:30 +0000 Subject: punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been released --- Rules.mak | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 68d411ebc..c79b36c97 100644 --- a/Rules.mak +++ b/Rules.mak @@ -111,7 +111,8 @@ endif TARGET_ARCH:=$(shell grep -s ^TARGET_ARCH $(TOPDIR)/.config | sed -e 's/^TARGET_ARCH=//' -e 's/"//g') RUNTIME_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(subst ",, $(strip $(RUNTIME_PREFIX)))))) DEVEL_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(subst ",, $(strip $(DEVEL_PREFIX)))))) -export RUNTIME_PREFIX DEVEL_PREFIX +KERNEL_SOURCE:=$(strip $(subst //,/, $(subst ,/, $(subst ",, $(strip $(KERNEL_SOURCE)))))) +export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_SOURCE ARFLAGS:=cr @@ -326,10 +327,6 @@ ifeq ($(DOPIC),y) CFLAGS += $(PICFLAG) endif -ifeq ($(DL_FINI_CRT_COMPAT),y) -CFLAGS += -D_DL_FINI_CRT_COMPAT -endif - # Keep the check_as from being needlessly executed ASFLAGS = $(CFLAGS) ifndef ASFLAGS_NOEXEC -- cgit v1.2.3