xref: /src/lib/csu/powerpc64/Makefile (revision fe6060f10f634930ff71b7c50291ddc610da2475)
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