Print this page
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date
11464 cmd/sgs/tools should contain tools, not common code
11465 sgsmsg should be built with the rest of the build tools

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/prof/Makefile.com
          +++ new/usr/src/cmd/sgs/prof/Makefile.com
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41  INCLIST=        -I../common -I../../include -I../../include/$(MACH)
  42   42  
  43   43  CPPFLAGS=       $(INCLIST) $(DEFLIST) $(CPPFLAGS.master) -I$(ELFCAP)
  44   44  CFLAGS +=       $(CCVERBOSE)
  45   45  CSTD=   $(CSTD_GNU99)
  46   46  CERRWARN +=     -_gcc=-Wno-uninitialized
  47   47  
  48   48  # not linted
  49   49  SMATCH=off
  50   50  
  51      -LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) $(ELFLIBDIR) -lelf
       51 +LDLIBS +=       $(CONVLIBDIR) -lconv $(ELFLIBDIR) -lelf
  52   52  
  53   53  %.o:            ../common/%.c
  54   54                  $(COMPILE.c) $<
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX