OSDN Git Service

Do not add PICFLAG to generic CFLAGS, this is done based on suffix to .os/.oS (Makerules)
authorPeter S. Mazinger <ps.m@gmx.net>
Tue, 1 Nov 2005 13:23:50 +0000 (13:23 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Tue, 1 Nov 2005 13:23:50 +0000 (13:23 -0000)
Rules.mak

index f960571..4c83e11 100644 (file)
--- 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