Print this page
8609 want a position independent CRT

@@ -46,11 +46,11 @@
 
 P_ASOBJS=       boot.o          boot_elf.o      caller.o
 
 S_ASOBJS=       
 
-CRTSRCS=        ../../../../lib/common/amd64
+CRTSRCS=        ../../../../lib/crt/amd64
 CRTI=           pics/crti.o
 CRTN=           pics/crtn.o
 CRTS=           $(CRTI)         $(CRTN)
 
 include         $(SRC)/cmd/sgs/rtld/Makefile.com