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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libast/amd64/Makefile
          +++ new/usr/src/lib/libast/amd64/Makefile
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31  # platform-specific sources
  32   32  OBJECTS = \
  33   33          amd64/src/lib/libast/conftab.o \
  34   34          amd64/src/lib/libast/lctab.o
  35   35  OBJDIRS = \
  36   36          amd64/src/lib/libast
  37   37  
  38   38  include ../Makefile.com
  39   39  include ../../Makefile.lib.64
  40   40  
  41      -# Use -KPIC since libast is too big for -Kpic on 64bit
       41 +# Use big PIC since libast is too big for pic on 64bit
  42   42  # (and on 32bit it is close to the barrier)
  43   43  amd64_C_PICFLAGS = $(C_BIGPICFLAGS)
  44   44  
  45   45  install: all $(ROOTLIBS64) $(ROOTLINKS64)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX