Print this page
8609 want a position independent CRT
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Albert Lee <trisk@forkgnu.org>
Approved by:

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