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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/smbsrv/libmlsvc/sparc/Makefile
          +++ new/usr/src/lib/smbsrv/libmlsvc/sparc/Makefile
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
  24   24  
  25   25  include ../Makefile.com
  26   26  
  27   27  # With compiling with gcc, the symbol table goes over
  28   28  # the limit for Kpic, so we add -KPIC here.
  29      -$(__GNUC)sparc_C_PICFLAGS =     -K PIC
  30      -$(__GNUC)sparc_CC_PICFLAGS =    -KPIC
       29 +$(__GNUC)sparc_C_PICFLAGS =     $(sparc_C_BIGPICFLAGS)
  31   30  
  32   31  DYNFLAGS +=     -R/usr/lib/smbsrv
  33   32  
  34   33  install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX