svn commit: r483670 - head/devel/xeus/files

Jan Beich jbeich at FreeBSD.org
Fri Nov 2 03:14:50 UTC 2018


Mark Linimon <linimon at FreeBSD.org> writes:

> Author: linimon
> Date: Thu Nov  1 15:00:48 2018
> New Revision: 483670
> URL: https://svnweb.freebsd.org/changeset/ports/483670
>
> Log:
>   Fix build with GCC-based architectures.
[...]
> +-    if (DISABLE_ARCH_NATIVE)
> +-        target_compile_options(xeus PUBLIC -mtune=generic)
> +-    else()
> +-        target_compile_options(xeus PUBLIC -march=native)
> +-    endif()

Don't forget to bump PORTREVISION. -march=native used was used on Tier1
may have unintentionally desupported CPUs older than in the package builder.

http://beefy10.nyi.freebsd.org/data/latest-per-pkg/xeus/0.13.0_3/112i386-default.log
http://beefy9.nyi.freebsd.org/data/latest-per-pkg/xeus/0.13.0_3/112amd64-default.log


More information about the svn-ports-all mailing list