On Thu, Mar 05, 2015 at 12:41:21AM +0200, Martin Storsjö wrote:
> --- a/configure
> +++ b/configure
> @@ -3869,6 +3870,11 @@ if enabled_any arm aarch64 || enabled_all ppc altivec 
> && enabled asm; then
>  .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

I'd prefer not to have this in the gas-preprocessor section.  Move it a
bit down to the rest of the arm toolchain checks.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to