Преглед изворни кода

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

Peter S. Mazinger пре 21 година
родитељ
комит
fd563ea275
1 измењених фајлова са 0 додато и 4 уклоњено
  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