Parcourir la source

as noted by psm, make sure we accumulate PICFLAG-y back into PICFLAG

Mike Frysinger il y a 18 ans
Parent
commit
f2410a178f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Rules.mak

+ 1 - 0
Rules.mak

@@ -158,6 +158,7 @@ CPU_CFLAGS-$(UCLIBC_FORMAT_FLAT_SEP_DATA) += -msep-data
 
 PICFLAG-y := -fPIC
 PICFLAG-$(UCLIBC_FORMAT_FDPIC_ELF) := -mfdpic
+PICFLAG := $(PICFLAG-y)
 PIEFLAG_NAME:=-fPIE
 
 # Some nice CPU specific optimizations