Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/tools/regression/compat32/aarch64/Makefile
48257 views
ACFLAGS= -target armv7-unknown-freebsd${OS_REVISION} -nostdlib -Wl,-e -Wl,main -static -mhwdiv=arm

swp_test_impl: swp_test_impl.S
	${CC} ${ACFLAGS} -o ${.TARGET} ${.ALLSRC}