diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-01 13:23:50 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-01 13:23:50 +0000 |
commit | fd563ea275d82afc64c9efa088e4e0fc38837a58 (patch) | |
tree | feff38d746afadf5ce32193efaf203f0a4e1a445 /Rules.mak | |
parent | b8b570448e835be3bb333041d769dec65147023d (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.mak | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |