Print this page
9884 cw(1) should use -fpic rather than -Kpic

@@ -37,6 +37,6 @@
 
 MAPFILE-CAP +=  ../../$(TRG_PLATFORM)/common/mapfile-cap
 
 AS_CPPFLAGS +=  -D__STDC__ -D_ASM -DPIC -D_REENTRANT -D$(MACH) $(IFLAGS) \
                 -DBSTORE_SIZE=256
-ASFLAGS =       -P -K pic
+ASFLAGS =       -P $(AS_PICFLAGS)