From 4a2724d93bcd8626f2cebead9b263b4f9f86541d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 21 Jul 2009 20:09:13 +0200 Subject: s/UCLIBC_INTERNAL/_LIBC/g Undo my old mistake. I added UCLIBC_INTERNAL define, but later I realized _LIBC is doing exactly the same thing. This change converts all usages of UCLIBC_INTERNAL to _LIBC, removing all instances of UCLIBC_INTERNAL. Signed-off-by: Denys Vlasenko --- Rules.mak | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 804f27091..d84959076 100644 --- a/Rules.mak +++ b/Rules.mak @@ -58,7 +58,7 @@ AWK = awk STRIP_FLAGS ?= -x -R .note -R .comment ## unused? if yes, remove after 0.9.31 -## UNIFDEF := $(top_builddir)extra/scripts/unifdef -UUCLIBC_INTERNAL +## UNIFDEF := $(top_builddir)extra/scripts/unifdef # Select the compiler needed to build binaries for your development system HOSTCC = gcc @@ -536,10 +536,6 @@ ifneq ($(strip $(UCLIBC_EXTRA_CFLAGS)),"") CFLAGS += $(subst ",, $(UCLIBC_EXTRA_CFLAGS)) endif -# Please let us see private headers' parts -# Deprecated: _LIBC serves the same purpose -CFLAGS += -DUCLIBC_INTERNAL - # We need this to be checked within libc-symbols.h ifneq ($(HAVE_SHARED),y) CFLAGS += -DSTATIC -- cgit v1.2.3