Print this page
8609 want a position independent CRT

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/rtld/i386/Makefile
          +++ new/usr/src/cmd/sgs/rtld/i386/Makefile
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41  P_MACHOBJS=     i386_elf.o      _setup.o
  42   42  
  43   43  CP_MACHOBJS=
  44   44  
  45   45  S_MACHOBJS=
  46   46  
  47   47  P_ASOBJS=       boot.o          boot_elf.o      caller.o
  48   48  
  49   49  S_ASOBJS=
  50   50  
  51      -CRTSRCS=        ../../../../lib/common/i386
       51 +CRTSRCS=        ../../../../lib/crt/i86
  52   52  CRTI=           pics/crti.o
  53   53  CRTN=           pics/crtn.o
  54   54  CRTS=           $(CRTI)         $(CRTN)
  55   55  
  56   56  include         $(SRC)/Makefile.master
  57   57  
  58   58  # This is safe because linking is done only with the primary compiler.
  59   59  MAPFILE-ORDER =         ../common/mapfile-order-devpro
  60   60  $(__GNUC)MAPFILE-ORDER =        ../common/mapfile-order-gcc
  61   61  
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX