Date: Sat, 4 Sep 2021 16:48:46 GMT From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 7b81e6c7caf2 - main - Support bootstrapping from Linux/ppc* Message-ID: <202109041648.184Gmkma088187@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhibbits: URL: https://cgit.FreeBSD.org/src/commit/?id=7b81e6c7caf23adca6a2cabdfdf29985eab9865d commit 7b81e6c7caf23adca6a2cabdfdf29985eab9865d Author: Justin Hibbits <jhibbits@FreeBSD.org> AuthorDate: 2021-09-04 16:45:56 +0000 Commit: Justin Hibbits <jhibbits@FreeBSD.org> CommitDate: 2021-09-04 16:47:30 +0000 Support bootstrapping from Linux/ppc* --- tools/build/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build/Makefile b/tools/build/Makefile index 3b49eb44475e..742432872c49 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -125,6 +125,8 @@ _host_arch=${MACHINE} .if ${_host_arch} == "x86_64" # bmake on Linux/mac often prints that instead of amd64 _host_arch=amd64 +.elif ${_host_arch:Mppc*} +_host_arch=powerpc .endif .if ${_host_arch} == "unknown" # HACK: If MACHINE is unknown, assume we are building on x86
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109041648.184Gmkma088187>