xref: /freebsd/lib/csu/powerpc64/Makefile (revision e9a994639b2af232f994ba2ad23ca45a17718d2b)
1# $FreeBSD$
2
3.PATH: ${.CURDIR:H}/common
4
5OBJS+=		crtsavres.o
6CFLAGS+=	-I${.CURDIR} \
7		-mlongcall -DCRT_IRELOC_RELA
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