Print this page
9884 cw(1) should use -fpic rather than -Kpic
*** 21,39 ****
#
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
- #
include ../Makefile.com
include ../../Makefile.lib.64
# We do a blanket override of these here because it's simpler to compile
# the whole 64-bit library with PIC instead of "generically" compiling
# large parts of the 32-bit library with PIC unnecessarily.
! sparcv9_C_PICFLAGS = -K PIC
! sparcv9_CC_PICFLAGS = -KPIC
install: all $(ROOTLIBS64) $(ROOTLINKS64)
--- 21,36 ----
#
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
include ../Makefile.com
include ../../Makefile.lib.64
# We do a blanket override of these here because it's simpler to compile
# the whole 64-bit library with PIC instead of "generically" compiling
# large parts of the 32-bit library with PIC unnecessarily.
! sparcv9_C_PICFLAGS = $(sparcv9_C_BIGPICFLAGS)
install: all $(ROOTLIBS64) $(ROOTLINKS64)