Makefile (ccb59683b98360afaf5b5bb641a68fea22c68d0b) | Makefile (28f66935d400eb3fb52f4e64931c0cb3c9d24be4) |
---|---|
1# XXX: Doesn't work with GCC and requires an LLVM with the ARM backend 2.if 0 |
|
1PACKAGE= tests 2FILESGROUPS+= asmprogs 3 4ACFLAGS= -target armv7-unknown-freebsd${OS_REVISION} -nostdlib -Wl,-e -Wl,main -static 5 6TAP_TESTS_SH+= swp_cond_test 7TAP_TESTS_SH+= swp_test 8${PACKAGE}FILES+= common.sh --- 8 unchanged lines hidden (view full) --- 17asmprogsDIR= ${TESTSDIR} 18 19.for aprog in ${asmprogs} 20${aprog}: ${aprog}.S 21 ${CC} ${ACFLAGS} -o ${.TARGET} ${.ALLSRC} 22.endfor 23 24.include <bsd.test.mk> | 3PACKAGE= tests 4FILESGROUPS+= asmprogs 5 6ACFLAGS= -target armv7-unknown-freebsd${OS_REVISION} -nostdlib -Wl,-e -Wl,main -static 7 8TAP_TESTS_SH+= swp_cond_test 9TAP_TESTS_SH+= swp_test 10${PACKAGE}FILES+= common.sh --- 8 unchanged lines hidden (view full) --- 19asmprogsDIR= ${TESTSDIR} 20 21.for aprog in ${asmprogs} 22${aprog}: ${aprog}.S 23 ${CC} ${ACFLAGS} -o ${.TARGET} ${.ALLSRC} 24.endfor 25 26.include <bsd.test.mk> |
27.endif |
|