Mark Linimon <lini...@lonesome.com> writes:

> Author: linimon
> Date: Mon Jun 26 22:38:38 2017
> New Revision: 444421
> URL: https://svnweb.freebsd.org/changeset/ports/444421
>
> Log:
>   Use the modern spelling of 'aarch64'.
>   
>   Approved by:        portmgr (tier-2 blanket)
>
> Modified:
>   head/multimedia/openh264/Makefile
>
> Modified: head/multimedia/openh264/Makefile
> ==============================================================================
> --- head/multimedia/openh264/Makefile Mon Jun 26 22:37:10 2017        
> (r444420)
> +++ head/multimedia/openh264/Makefile Mon Jun 26 22:38:38 2017        
> (r444421)
> @@ -20,7 +20,7 @@ CPE_VENDOR= cisco
>  USE_LDCONFIG=        yes
>  ASFLAGS+=    ${ASFLAGS_${MACHINE}_${CHOSEN_COMPILER_TYPE}}
>  ASFLAGS_arm_clang=   -no-integrated-as
> -ASFLAGS_arm64_clang= -no-integrated-as
> +ASFLAGS_aarch64_clang=       -no-integrated-as

Please, back it out! ASFLAGS_<arch> here use ${MACHINE} or `uname -m`
which on aarch64 is arm64. Notice armv6 is also spelled as arm.

Attachment: signature.asc
Description: PGP signature

Reply via email to