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/elfwrap/Makefile.targ
          +++ new/usr/src/cmd/sgs/elfwrap/Makefile.targ
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31                  $(POST_PROCESS_O)
  32   32  
  33   33  %32.o:          ../common/%.c
  34   34                  $(COMPILE.c) -o $@ $<
  35   35                  $(POST_PROCESS_O)
  36   36  
  37   37  %64.o:          ../common/%.c
  38   38                  $(COMPILE.c) -D_ELF64 -o $@ $<
  39   39                  $(POST_PROCESS_O)
  40   40  
  41      -%.o:            $(SGSTOOLS)/common/%.c
       41 +%.o:            $(SGSCOMMON)/%.c
  42   42                  $(COMPILE.c) -o $@ $<
  43   43                  $(POST_PROCESS_O)
  44   44  
  45   45  %.sparc.o:      ../common/%.c
  46   46                  $(COMPILE.c) -DELFWRAP_SPARC -o $@ $<
  47   47                  $(POST_PROCESS_O)
  48   48  
  49   49  %.sparcv9.o:    ../common/%.c
  50   50                  $(COMPILE.c) -DELFWRAP_SPARC -D_ELF64 -o $@ $<
  51   51                  $(POST_PROCESS_O)
↓ open down ↓ 38 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX