[Bug 223958] bsd.cpu.mk doesn't set MACHINE_CPU on aarch64 with non-empty CPUTYPE
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 29 04:36:58 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223958
Bug ID: 223958
Summary: bsd.cpu.mk doesn't set MACHINE_CPU on aarch64 with
non-empty CPUTYPE
Product: Base System
Version: CURRENT
Hardware: arm64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: conf
Assignee: freebsd-bugs at FreeBSD.org
Reporter: jbeich at FreeBSD.org
CC: freebsd-arm at FreeBSD.org
$ uname -p
aarch64
$ cd /usr/ports/multimedia/libx264
$ make -V MACHINE_CPU
arm64
$ env CPUTYPE=thunderx make -V MACHINE_CPU
$
vs.
$ uname -p
armv6
$ cd /usr/ports/multimedia/libx264
$ make -V MACHINE_CPU
arm arm armv6
$ env CPUTYPE=cortex-a8 make -V MACHINE_CPU
arm armv6
$
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list