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/rtld/sparc/Makefile
          +++ new/usr/src/cmd/sgs/rtld/sparc/Makefile
↓ open down ↓ 45 lines elided ↑ open up ↑
  46   46  
  47   47  P_ASOBJS=       boot.o          boot_elf.o      caller.o
  48   48  
  49   49  S_ASOBJS=       boot_a.out.o
  50   50  
  51   51  CRTSRCS=        ../../../../lib/crt/sparc
  52   52  CRTI=           pics/crti.o
  53   53  CRTN=           pics/crtn.o
  54   54  CRTS=           $(CRTI)         $(CRTN)
  55   55  
  56      -CHKSRCS=        $(SRCBASE)/uts/common/krtld/reloc.h
       56 +CHKSRCS=        $(SRC)/uts/common/krtld/reloc.h
  57   57  
  58   58  BASEPLAT =      sparc
  59   59  
  60   60  include         $(SRC)/Makefile.master
  61   61  
  62   62  # This is safe because linking is done only with the primary compiler.
  63   63  MAPFILE-ORDER =         ../common/mapfile-order-devpro
  64   64  $(__GNUC)MAPFILE-ORDER =        ../common/mapfile-order-gcc
  65   65  
  66   66  include         $(SRC)/cmd/sgs/rtld/Makefile.com
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX