Bug 223958 - bsd.cpu.mk doesn't set MACHINE_CPU on aarch64 with non-empty CPUTYPE
Summary: bsd.cpu.mk doesn't set MACHINE_CPU on aarch64 with non-empty CPUTYPE
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: arm64 Any
: --- Affects Only Me
Assignee: freebsd-toolchain (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-29 04:36 UTC by Jan Beich
Modified: 2018-08-05 04:39 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2017-11-29 04:36:56 UTC
$ 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
$