summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-01 13:23:50 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-01 13:23:50 +0000
commitfd563ea275d82afc64c9efa088e4e0fc38837a58 (patch)
treefeff38d746afadf5ce32193efaf203f0a4e1a445 /Rules.mak
parentb8b570448e835be3bb333041d769dec65147023d (diff)
Do not add PICFLAG to generic CFLAGS, this is done based on suffix to .os/.oS (Makerules)
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak4
1 files changed, 0 insertions, 4 deletions
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