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

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