Date: Tue, 19 Mar 2002 12:59:39 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 7981 for review Message-ID: <200203192059.g2JKxdk10170@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=7981 Change 7981 by jake@jake_sparc64 on 2002/03/19 12:59:07 Build crtbegin and crtend. Affected files ... ... //depot/projects/sparc64/lib/csu/sparc64/Makefile#3 edit Differences ... ==== //depot/projects/sparc64/lib/csu/sparc64/Makefile#3 (text+ko) ==== @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../common -SRCS= crt1.c crti.S crtn.S +SRCS= crt1.c crti.S crtn.S crtbegin.c crtend.c OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o CFLAGS+= -I${.CURDIR}/../common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203192059.g2JKxdk10170>