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


  36 S_COMOBJS=      debug.o         audit.o         object.o        cache_a.out.o \
  37                 a.out.o
  38 
  39 G_MACHOBJS=     doreloc.o
  40 
  41 P_MACHOBJS=     sparc_elf.o     _setup.o
  42 
  43 CP_MACHOBJS=    common_sparc.o
  44 
  45 S_MACHOBJS=     sparc_a.out.o
  46 
  47 P_ASOBJS=       boot.o          boot_elf.o      caller.o
  48 
  49 S_ASOBJS=       boot_a.out.o
  50 
  51 CRTSRCS=        ../../../../lib/crt/sparc
  52 CRTI=           pics/crti.o
  53 CRTN=           pics/crtn.o
  54 CRTS=           $(CRTI)         $(CRTN)
  55 
  56 CHKSRCS=        $(SRCBASE)/uts/common/krtld/reloc.h
  57 
  58 BASEPLAT =      sparc
  59 
  60 include         $(SRC)/Makefile.master
  61 
  62 # This is safe because linking is done only with the primary compiler.
  63 MAPFILE-ORDER =         ../common/mapfile-order-devpro
  64 $(__GNUC)MAPFILE-ORDER =        ../common/mapfile-order-gcc
  65 
  66 include         $(SRC)/cmd/sgs/rtld/Makefile.com
  67 
  68 # Add any a.out and machine specific flags.
  69 
  70 CPPFLAGS +=     -I../../../../uts/sparc/krtld -DA_OUT
  71 CFLAGS +=       -xregs=no%appl
  72 ASFLAGS +=      $(AS_PICFLAGS)
  73 ADBGENCFLAGS += -erroff=%all
  74 ADBGENFLAGS +=  -milp32
  75 ADBSUB=         $(ADBSUB32)
  76 SONAME=         /lib/ld.so.1


  36 S_COMOBJS=      debug.o         audit.o         object.o        cache_a.out.o \
  37                 a.out.o
  38 
  39 G_MACHOBJS=     doreloc.o
  40 
  41 P_MACHOBJS=     sparc_elf.o     _setup.o
  42 
  43 CP_MACHOBJS=    common_sparc.o
  44 
  45 S_MACHOBJS=     sparc_a.out.o
  46 
  47 P_ASOBJS=       boot.o          boot_elf.o      caller.o
  48 
  49 S_ASOBJS=       boot_a.out.o
  50 
  51 CRTSRCS=        ../../../../lib/crt/sparc
  52 CRTI=           pics/crti.o
  53 CRTN=           pics/crtn.o
  54 CRTS=           $(CRTI)         $(CRTN)
  55 
  56 CHKSRCS=        $(SRC)/uts/common/krtld/reloc.h
  57 
  58 BASEPLAT =      sparc
  59 
  60 include         $(SRC)/Makefile.master
  61 
  62 # This is safe because linking is done only with the primary compiler.
  63 MAPFILE-ORDER =         ../common/mapfile-order-devpro
  64 $(__GNUC)MAPFILE-ORDER =        ../common/mapfile-order-gcc
  65 
  66 include         $(SRC)/cmd/sgs/rtld/Makefile.com
  67 
  68 # Add any a.out and machine specific flags.
  69 
  70 CPPFLAGS +=     -I../../../../uts/sparc/krtld -DA_OUT
  71 CFLAGS +=       -xregs=no%appl
  72 ASFLAGS +=      $(AS_PICFLAGS)
  73 ADBGENCFLAGS += -erroff=%all
  74 ADBGENFLAGS +=  -milp32
  75 ADBSUB=         $(ADBSUB32)
  76 SONAME=         /lib/ld.so.1