1ACFLAGS= -target armv7-unknown-freebsd${OS_REVISION} -nostdlib -Wl,-e -Wl,main -static -mhwdiv=arm 2 3swp_test_impl: swp_test_impl.S 4 ${CC} ${ACFLAGS} -o ${.TARGET} ${.ALLSRC} 5