1 2 3 4 5 6 7 8 9
# This is a test to check if ${TARGET_ARCH} override works: test() { einfo "original test() function" } test_arm() { einfo "test() for arm" }