Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2017 04:36:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 223958] bsd.cpu.mk doesn't set MACHINE_CPU on aarch64 with non-empty CPUTYPE
Message-ID:  <bug-223958-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223958

            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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: freebsd-arm@FreeBSD.org

$ uname -p
aarch64
$ cd /usr/ports/multimedia/libx264
$ make -V MACHINE_CPU
arm64
$ env CPUTYPE=3Dthunderx make -V MACHINE_CPU

$

vs.

$ uname -p
armv6
$ cd /usr/ports/multimedia/libx264
$ make -V MACHINE_CPU
arm arm armv6
$ env CPUTYPE=3Dcortex-a8 make -V MACHINE_CPU
arm armv6
$

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223958-8>