Bug 239161

Summary: devel/kBuild: fix build on powerpc64
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Virtualbox Team (Nobody) <vbox>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, vbox
Priority: --- Flags: bugzilla: maintainer-feedback? (vbox)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch pkubaj: maintainer-approval? (vbox)

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-07-12 15:14:17 UTC
Created attachment 205717 [details]
patch

powerpc64 needs new GCC to build this port (not base GCC). KBUILD_ARCH needs to be corrected, in the current form it ends up as ppc3264, which is not we want.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-07-29 22:20:25 UTC
A commit references this bug:

Author: pkubaj
Date: Mon Jul 29 22:20:16 UTC 2019
New revision: 507607
URL: https://svnweb.freebsd.org/changeset/ports/507607

Log:
  devel/kBuild: fix build on powerpc64

  powerpc64 needs new GCC to build this port (not base GCC). KBUILD_ARCH needs to be corrected, in the current form it ends up as ppc3264, which is not we want.

  PR:		239161
  Approved by:	linimon (mentor), vbox (maintainer timeout)
  Differential Revision:	https://reviews.freebsd.org/D21083

Changes:
  head/devel/kBuild/Makefile