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