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/size/Makefile.com
          +++ new/usr/src/cmd/sgs/size/Makefile.com
↓ open down ↓ 36 lines elided ↑ open up ↑
  37   37  
  38   38  CERRWARN +=     -_gcc=-Wno-unused-variable
  39   39  
  40   40  OBJS =          $(COMOBJS)
  41   41  .PARALLEL:      $(OBJS)
  42   42  
  43   43  LLDFLAGS =      '$(LDPASS)-R$$ORIGIN/../../lib'
  44   44  LLDFLAGS64 =    '$(LDPASS)-R$$ORIGIN/../../../lib/$(MACH64)'
  45   45  LDFLAGS +=      $(LLDFLAGS)
  46   46  
  47      -LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) $(ELFLIBDIR) -lelf
       47 +LDLIBS +=       $(CONVLIBDIR) -lconv $(ELFLIBDIR) -lelf
  48   48  
  49   49  CLEANFILES +=   $(OBJS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX