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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libzfs_core/sparcv9/Makefile
          +++ new/usr/src/lib/libzfs_core/sparcv9/Makefile
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20  # CDDL HEADER END
  21   21  #
  22   22  #
  23   23  # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
  27   27  include ../Makefile.com
  28   28  include ../../Makefile.lib.64
  29   29  
  30      -sparcv9_C_PICFLAGS= -K PIC
       30 +sparcv9_C_PICFLAGS= $(sparcv9_C_BIGPICFLAGS)
  31   31  
  32   32  install: all $(ROOTLIBS64) $(ROOTLINKS64)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX