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/dump/Makefile.com
          +++ new/usr/src/cmd/sgs/dump/Makefile.com
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41  
  42   42  CPPFLAGS +=     -D__EXTENSIONS__
  43   43  LLDFLAGS =      '$(LDPASS)-R$$ORIGIN/../../lib'
  44   44  LLDFLAGS64 =    '$(LDPASS)-R$$ORIGIN/../../../lib/$(MACH64)'
  45   45  LDFLAGS +=      $(LLDFLAGS)
  46   46  
  47   47  CERRWARN +=     -_gcc=-Wno-uninitialized
  48   48  
  49   49  SMOFF += indenting
  50   50  
  51      -LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) $(ELFLIBDIR) -lelf
       51 +LDLIBS +=       $(CONVLIBDIR) -lconv $(ELFLIBDIR) -lelf
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX