Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/ctf/stabs/Makefile.com
          +++ new/usr/src/tools/ctf/stabs/Makefile.com
↓ open down ↓ 31 lines elided ↑ open up ↑
  32   32          fth_enum.c \
  33   33          fth_struct.c \
  34   34          genassym.c \
  35   35          list.c \
  36   36          memory.c \
  37   37          utils.c
  38   38  
  39   39  include ../../Makefile.ctf
  40   40  
  41   41  LDLIBS += -lctf
       42 +NATIVE_LIBS += libctf.so
  42   43  
  43   44  OBJS = $(SRCS:%.c=%.o)
  44   45  LINTFILES = $(SRCS:%.c=%.ln)
  45   46  
  46   47  LINTFLAGS = -mnux -L$(ROOT)/usr/lib
  47   48  CERRWARN += -_gcc=-Wno-uninitialized
  48   49  CERRWARN += -_gcc=-Wno-unused
  49   50  
  50   51  .NO_PARALLEL:
  51   52  .PARALLEL: $(OBJS) $(LINTFILES)
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX