Closed
Description
- Platform:
FreeBSD test 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:43:23 UTC 2016 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
- Subsystem: make
For now it is impossible to make binary
from the sources (maybe some other commands too) when the machine hardware name is amd64 (uname -m
). DESTCPU inside the Makefile is set to x86 in this case.
Maybe you should set it to x64 if uname -m
is amd64