瀏覽代碼

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

Peter S. Mazinger 18 年之前
父節點
當前提交
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