Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2020 17:34:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        powerpc@FreeBSD.org
Subject:   [Bug 243188] emulators/qemu: fix build on powerpc64 elfv2
Message-ID:  <bug-243188-25139-smWNzDf7lA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243188-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243188-25139@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243188

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: pkubaj
Date: Wed Jan 22 17:34:11 UTC 2020
New revision: 523823
URL: https://svnweb.freebsd.org/changeset/ports/523823

Log:
  emulators/qemu: fix build on powerpc64 elfv2

  Clang doesn't like -mbig:
  cc -mbig -c -o spapr-rtas.o spapr-rtas.S
  cc: error: unknown argument: '-mbig'

  This file doesn't seem to be built on amd64, so removing -mbig doesn't ca=
use
a problem there. I also successfully built on powerpc64 elfv1 and it also
builds.

  PR:           243188
  Approved by:  bofh (maintainer timeout)

Changes:
  head/emulators/qemu/files/patch-pc-bios_spapr-rtas_Makefile

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243188-25139-smWNzDf7lA>