svn commit: r457351 - in head: audio/zita-convolver audio/zita-convolver/files biology/phyml games/trigger-rally games/trigger-rally/files

Jan Beich jbeich at FreeBSD.org
Fri Jan 5 05:06:40 UTC 2018


Mark Linimon <linimon at FreeBSD.org> writes:

> Author: linimon
> Date: Wed Dec 27 07:36:05 2017
> New Revision: 457351
> URL: https://svnweb.freebsd.org/changeset/ports/457351
>
> Log:
>   Disable the extra flag "-march=native" on arm to fix builds.
>   
>   Approved by:	portmgr (tier-2 blanket)
>   Obtained from:	lonesome.com -exp run

Why limit the fixes to Tier2 archs? -march=native is not allowed outside
of MANUAL_PACKAGE_BUILD even for i386/amd64 to avoid a random package
cluster machine being the lowest common denominator for CPU support.
-mtune=native on arm *probably* has the same implications as
-march=native on x86.

> -BROKEN_aarch64=		fails to compile: c++: the clang compiler does not support '-march=native'
> -BROKEN_armv6=		fails to compile: c++: the clang compiler does not support '-march=native'
> -BROKEN_armv7=		fails to compile: c++: the clang compiler does not support '-march=native'
> +#BROKEN_aarch64=		fails to compile: c++: the clang compiler does not support '-march=native'
> +#BROKEN_armv6=		fails to compile: c++: the clang compiler does not support '-march=native'
> +#BROKEN_armv7=		fails to compile: c++: the clang compiler does not support '-march=native'

What's the intent here?


More information about the svn-ports-head mailing list