Print this page
9884 cw(1) should use -fpic rather than -Kpic
*** 24,34 ****
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
DYNFLAGS += -R/usr/lib/smbsrv
install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
--- 24,33 ----
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 = $(sparc_C_BIGPICFLAGS)
DYNFLAGS += -R/usr/lib/smbsrv
install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)