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/libldmake/Makefile.com
          +++ new/usr/src/cmd/sgs/libldmake/Makefile.com
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31  OBJECTS=        ld_file.o lock.o
  32   32  
  33   33  include         $(SRC)/lib/Makefile.lib
  34   34  include         $(SRC)/cmd/sgs/Makefile.com
  35   35  
  36   36  ROOTLIBDIR=     $(ROOT)/opt/SUNWonld/lib
  37   37  ROOTLIBDIR64=   $(ROOT)/opt/SUNWonld/lib/$(MACH64)
  38   38  
  39   39  SRCDIR =        ../common
  40   40  
  41      -DYNFLAGS +=     $(CC_USE_PROTO)
  42      -
  43   41  CFLAGS +=       $(C_PICFLAGS)
  44   42  CFLAGS64 +=     $(C_PICFLAGS64)
  45   43  
  46   44  SRCS=           $(OBJECTS:%.o=../common/%.c)
  47   45  LDLIBS +=       -lc
  48   46  
  49   47  CLEANFILES +=
  50   48  CLOBBERFILES += $(DYNLIB)
  51   49  
  52   50  ROOTDYNLIB=     $(DYNLIB:%=$(ROOTLIBDIR)/%)
  53   51  ROOTDYNLIB64=   $(DYNLIB:%=$(ROOTLIBDIR64)/%)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX