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