csu: restore crt1.o symlink

. minix gcc package uses crt1.o to link
This commit is contained in:
Ben Gras 2013-01-15 08:01:33 +00:00
parent c096911b97
commit 287c0e3b92

View file

@ -10,6 +10,10 @@ CPPFLAGS+= -I${NETBSDSRCDIR}/libexec/ld.elf_so -I${COMMON_DIR} -I.
OBJS+= crt0.o gcrt0.o crti.o crtn.o
OBJS+= crtbegin.o crtbeginS.o crtend.o
# BJG - for backwards compatability with minix gcc
# which links with crt1.o instead of crt0.o
SYMLINKS+= crt0.o ${LIBDIR}/crt1.o
realall: ${OBJS}
crtbegin.o: crtbegin.S