|
|
|
@@ -1742,6 +1742,7 @@ SYSTEM_FUNCS=" |
|
|
|
TOOLCHAIN_FEATURES=" |
|
|
|
as_dn_directive |
|
|
|
as_func |
|
|
|
as_object_arch |
|
|
|
asm_mod_q |
|
|
|
attribute_may_alias |
|
|
|
attribute_packed |
|
|
|
@@ -4424,6 +4425,11 @@ if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then |
|
|
|
check_as <<EOF && enable as_func |
|
|
|
.func test |
|
|
|
.endfunc |
|
|
|
EOF |
|
|
|
|
|
|
|
# llvm's integrated assembler supports .object_arch from llvm 3.5 |
|
|
|
enabled arm && test "$objformat" = elf && check_as <<EOF && enable as_object_arch |
|
|
|
.object_arch armv4 |
|
|
|
EOF |
|
|
|
fi |
|
|
|
|
|
|
|
|