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

@@ -24,11 +24,10 @@
 
 include ../Makefile.com
 
 # With compiling with gcc, the symbol table goes over
 # the limit for Kpic, so we add -KPIC here.
-$(__GNUC)sparc_C_PICFLAGS =     -K PIC
-$(__GNUC)sparc_CC_PICFLAGS =    -KPIC
+$(__GNUC)sparc_C_PICFLAGS =     $(sparc_C_BIGPICFLAGS)
 
 DYNFLAGS +=     -R/usr/lib/smbsrv
 
 install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)