-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
make and amd64Β #13150
Copy link
Copy link
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.freebsdIssues and PRs related to the FreeBSD platform.Issues and PRs related to the FreeBSD platform.
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.freebsdIssues and PRs related to the FreeBSD platform.Issues and PRs related to the FreeBSD 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 amd64For now it is impossible to
make binaryfrom 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 -mis amd64