diff options
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |