xref: /freebsd/lib/csu/powerpc64/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
123f6875aSEnji Cooper.PATH: ${.CURDIR:H}/common
2282e3762SNathan Whitehorn
3b0ee263dSJohn BaldwinOBJS+=		crtsavres.o
4b0ee263dSJohn BaldwinCFLAGS+=	-I${.CURDIR} \
5*51015e6dSKonstantin Belousov		-mlongcall
6282e3762SNathan Whitehorn
799282790SJohn BaldwinCLEANFILES+=	crtsavres.S
89ef4e3afSDimitry Andric
95d031e33SJustin Hibbits# On powerpc64 crtsavres is an empty file
104ff85eceSJustin Hibbitscrtsavres.S:
115d031e33SJustin Hibbits	touch ${.TARGET}
125d031e33SJustin Hibbits
13282e3762SNathan Whitehorn.include <bsd.lib.mk>
14