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: [email protected]
Reporter: [email protected]
CC: [email protected]
$ 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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"