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

@@ -35,6 +35,6 @@
 
 IFLAGS =        -I$(SRC)/uts/$(GEN_PLATFORM) \
                 -I$(ROOT)/usr/platform/$(GEN_PLATFORM)/include
 
 AS_CPPFLAGS +=  -D__STDC__ -D_ASM -DPIC -D_REENTRANT -D$(MACH) $(IFLAGS)
-ASFLAGS =       -P -K pic
+ASFLAGS =       -P $(AS_PICFLAGS)