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/nm/sparcv9/Makefile
          +++ new/usr/src/cmd/sgs/nm/sparcv9/Makefile
↓ open down ↓ 32 lines elided ↑ open up ↑
  33   33  include         ../../Makefile.com
  34   34  
  35   35  COMOBJS=        nm.o
  36   36  
  37   37  OBJS=           $(COMOBJS)
  38   38  
  39   39  SRCS=           $(COMOBJS:%.o=../common/%.c)
  40   40  
  41   41  LDFLAGS +=      '-R$$ORIGIN/../../../lib/$(MACH64)'
  42   42  INCLIST=        -I../../include -I../../include/sparc \
  43      -                -I$(SRCBASE)/uts/$(ARCH)/sys
       43 +                -I$(SRC)/uts/$(ARCH)/sys
  44   44  DEFLIST=        -DTARGET=SPARC -DSPARC=1 -D$(ARFORMAT) -DELF
  45   45  CPPFLAGS=       $(INCLIST) $(DEFLIST) $(CPPFLAGS.master) -I$(ELFCAP)
  46      -LDLIBS +=       $(CONVLIBDIR64) $(CONV_LIB) $(ELFLIBDIR) -lelf
       46 +LDLIBS +=       $(CONVLIBDIR64) -lconv $(ELFLIBDIR) -lelf
  47   47  
  48   48  
  49   49  %.o:            ../common/%.c
  50   50                  $(COMPILE.c) $<
  51   51  
  52   52  $(ROOTCCSBIN64)/%: %
  53   53          $(INS.file)
  54   54  
  55   55  .KEEP_STATE:
  56   56  
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX