Print this page
9884 cw(1) should use -fpic rather than -Kpic
*** 36,45 ****
OBJDIRS = \
sparc/src/lib/libast
include ../Makefile.com
! # Use -KPIC since libast is too big for -Kpic on 64bit
# (and on 32bit it is close to the barrier)
sparc_C_PICFLAGS = $(C_BIGPICFLAGS)
install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
--- 36,45 ----
OBJDIRS = \
sparc/src/lib/libast
include ../Makefile.com
! # Use big PIC since libast is too big for pic on 64bit
# (and on 32bit it is close to the barrier)
sparc_C_PICFLAGS = $(C_BIGPICFLAGS)
install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)