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

Split Close
Expand all
Collapse all
          --- old/usr/src/ucbcmd/sbcp/Makefile
          +++ new/usr/src/ucbcmd/sbcp/Makefile
↓ open down ↓ 33 lines elided ↑ open up ↑
  34   34  
  35   35  FILEMODE=       755
  36   36  
  37   37  .KEEP_STATE:
  38   38  
  39   39  # Preserve the relationship of libraries as they are defined in libc.so.1.9
  40   40  LIBBC=          ../../lib/libbc/sparc/libc.so.1.9
  41   41  LIBUCB=         ../../ucblib/libucb/sparc/libucb.so.1
  42   42  
  43   43  # need libc/sparc/inc for PIC.h
  44      -ASFLAGS=        -P -D_ASM -DPIC -K pic
       44 +ASFLAGS=        -P -D_ASM -DPIC $(AS_PICFLAGS)
  45   45  LDFLAGS=        -R /usr/4lib:/usr/ucblib -e _start -G -t \
  46   46                  $(BLOCAL) $(ZNOVERSION) $(ZDEFS) $(ZTEXT) \
  47   47                  -I/usr/lib/ld.so.1
  48   48  LIBS=           $(LDLIBS.lib) -lmapmalloc $(LIBBC) $(LIBUCB) -lnsl -lc
  49   49  
  50   50  CERRWARN        += -_gcc=-Wno-unused-variable
  51   51  
  52   52  all:    $(PROG)
  53   53  
  54   54  install: all $(ROOT4LIBPROG)
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX