提交 71bf534d 编写于 作者: J James Almer

Merge commit '59cee42d'

* commit '59cee42d':
  arm: Check for the .arch directive in configure
Merged-by: NJames Almer <jamrial@gmail.com>
......@@ -2052,6 +2052,7 @@ SYSTEM_FUNCS="
"
TOOLCHAIN_FEATURES="
as_arch_directive
as_dn_directive
as_fpu_directive
as_func
......@@ -5523,6 +5524,9 @@ EOF
check_inline_asm asm_mod_q '"add r0, %Q0, %R0" :: "r"((long long)0)'
check_as <<EOF && enable as_arch_directive
.arch armv7-a
EOF
check_as <<EOF && enable as_dn_directive
ra .dn d0.i16
.unreq ra
......
......@@ -46,6 +46,7 @@
# define FPU @
#endif
#if HAVE_AS_ARCH_DIRECTIVE
#if HAVE_NEON
.arch armv7-a
#elif HAVE_ARMV6T2
......@@ -55,6 +56,7 @@
#elif HAVE_ARMV5TE
.arch armv5te
#endif
#endif
#if HAVE_AS_OBJECT_ARCH
ELF .object_arch armv4
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册