]> Git Repo - uclibc-ng.git/commitdiff
Do not add PICFLAG to generic CFLAGS, this is done based on suffix to .os/.oS (Makerules)
authorPeter S. Mazinger <[email protected]>
Tue, 1 Nov 2005 13:23:50 +0000 (13:23 -0000)
committerPeter S. Mazinger <[email protected]>
Tue, 1 Nov 2005 13:23:50 +0000 (13:23 -0000)
Rules.mak

index f960571f824fb2da09c9e47d9f3640e4d84b2a0b..4c83e1123427fa2bab14928b6d41bcbd46332b8c 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
This page took 0.025131 seconds and 4 git commands to generate.