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/librtld_db/Makefile.com
          +++ new/usr/src/cmd/sgs/librtld_db/Makefile.com
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29  COMOBJS=        rtld_db.o       rd_elf.o
  30   30  BLTOBJ=         msg.o
  31   31  
  32   32  OBJECTS =       $(BLTOBJ) $(COMOBJS) $(COMOBJS64) $(PLTOBJS)
  33   33  
  34   34  include         $(SRC)/lib/Makefile.lib
  35   35  include         $(SRC)/cmd/sgs/Makefile.com
  36   36  
  37   37  SRCDIR =        ../common
  38   38  
  39      -CPPFLAGS +=     -I$(SRCBASE)/lib/libc/inc
       39 +CPPFLAGS +=     -I$(SRC)/lib/libc/inc
  40   40  DYNFLAGS +=     $(VERSREF)
  41      -LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) -lc
       41 +LDLIBS +=       $(CONVLIBDIR) -lconv -lc
  42   42  
  43   43  CERRWARN +=     -_gcc=-Wno-uninitialized
  44   44  
  45   45  BLTDEFS=        msg.h
  46   46  BLTDATA=        msg.c
  47   47  
  48   48  BLTFILES=       $(BLTDEFS) $(BLTDATA)
  49   49  
  50   50  SGSMSGCOM=      ../common/librtld_db.msg
  51   51  SGSMSGINTEL=    ../common/librtld_db.intel.msg
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX