xref: /freebsd/lib/csu/powerpc64/Makefile (revision 2a58b312)
1# $FreeBSD$
2
3.PATH: ${.CURDIR:H}/common
4
5OBJS+=		crtsavres.o
6CFLAGS+=	-I${.CURDIR} \
7		-mlongcall
8
9CLEANFILES+=	crtsavres.S
10
11# On powerpc64 crtsavres is an empty file
12crtsavres.S:
13	touch ${.TARGET}
14
15.include <bsd.lib.mk>
16