From 66b01e60d8d3b28bbaf226f2cb27c459d5fe09c0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 4 Jul 2006 22:23:01 +0000 Subject: Change symbol 'NOSTRIP' to 'DOSTRIP' since the double negatives on i.e. NOSTRIP=n gets a bit confusing. --- Rules.mak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 8a3636cc7..89fded38f 100644 --- a/Rules.mak +++ b/Rules.mak @@ -381,10 +381,10 @@ CFLAGS += -O0 -g3 else CFLAGS += $(OPTIMIZATION) $(XARCH_CFLAGS) endif -ifeq ($(NOSTRIP),y) -STRIPTOOL := true -Stripping_disabled -else +ifeq ($(DOSTRIP),y) LDFLAGS += -s +else +STRIPTOOL := true -Stripping_disabled endif ifeq ($(DOMULTI),y) -- cgit v1.2.3