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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/tools/Makefile.targ
          +++ new/usr/src/cmd/sgs/tools/Makefile.targ
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41  
  42   42  string_table.o: ../common/string_table.c
  43   43                  $(NATIVECC) $(DEBUG) $(NATIVE_CFLAGS) -c \
  44   44                      ../common/string_table.c
  45   45  
  46   46  avl.o:          $(VAR_AVLDIR)/avl.c
  47   47                  $(NATIVECC) $(DEBUG) $(NATIVE_CFLAGS) -c \
  48   48                      $(VAR_AVLDIR)/avl.c
  49   49  
  50   50  piglatin:       ../common/piglatin.c
  51      -                $(NATIVECC) $(NATIVE_CFLAGS) -o $@ ../common/piglatin.c
       51 +                $(NATIVECC) $(NATIVECC_CFLAGS) $(NATIVE_LDFLAGS) -o $@ ../common/piglatin.c
  52   52  
  53   53  %:              %.o
  54   54                  $(LINK.c) -o $@ $< $(LDLIBS)
  55   55                  $(POST_PROCESS)
  56   56  
  57   57  %.o:            ../common/%.c
  58   58                  $(COMPILE.c) -o $@ $<
  59   59                  $(POST_PROCESS_O)
  60   60  
  61   61  catalog:        sgsmsg
↓ open down ↓ 12 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX