Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/lib/csu/powerpc64/Makefile
48149 views
.PATH: ${.CURDIR:H}/common

OBJS+=		crtsavres.o
CFLAGS+=	-I${.CURDIR} \
		-mlongcall

CLEANFILES+=	crtsavres.S

# On powerpc64 crtsavres is an empty file
crtsavres.S:
	touch ${.TARGET}

.include <bsd.lib.mk>