[linimon at FreeBSD.org: svn commit: r444421 - head/multimedia/openh264]
Jan Beich
jbeich at FreeBSD.org
Mon Jun 26 23:03:52 UTC 2017
Mark Linimon <linimon at 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 584 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-gecko/attachments/20170627/74b22dca/attachment.sig>
More information about the freebsd-gecko
mailing list