From fd563ea275d82afc64c9efa088e4e0fc38837a58 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 1 Nov 2005 13:23:50 +0000 Subject: Do not add PICFLAG to generic CFLAGS, this is done based on suffix to .os/.oS (Makerules) --- Rules.mak | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index f960571f8..4c83e1123 100644 --- a/Rules.mak +++ b/Rules.mak @@ -385,10 +385,6 @@ ifneq ($(DOASSERTS),y) CFLAGS+=-DNDEBUG endif -ifeq ($(DOPIC),y) -CFLAGS+=$(PICFLAG) -endif - # Keep the check_as from being needlessly executed ASFLAGS = $(CFLAGS) ifndef ASFLAGS_NOEXEC -- cgit v1.2.3