Browse Source

Do not add PICFLAG to generic CFLAGS, this is done based on suffix to .os/.oS (Makerules)

Peter S. Mazinger 18 years ago
parent
commit
fd563ea275
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Rules.mak

+ 0 - 4
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