[Bug 243188] emulators/qemu: fix build on powerpc64 elfv2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 22 17:34:47 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243188

--- Comment #1 from commit-hook at 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 cause
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

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


More information about the freebsd-ppc mailing list