Bug 239161 - devel/kBuild: fix build on powerpc64
Summary: devel/kBuild: fix build on powerpc64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Virtualbox Team (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-12 15:14 UTC by Piotr Kubaj
Modified: 2019-07-29 22:22 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (vbox)


Attachments
patch (1.01 KB, patch)
2019-07-12 15:14 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (vbox)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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