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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 8 14:26:35 UTC 2020


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

            Bug ID: 243188
           Summary: emulators/qemu: fix build on powerpc64 elfv2
           Product: Ports & Packages
           Version: Latest
          Hardware: powerpc
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh at freebsd.org
          Reporter: pkubaj at FreeBSD.org
                CC: powerpc at FreeBSD.org
             Flags: maintainer-feedback?(bofh at freebsd.org)
                CC: powerpc at FreeBSD.org
          Assignee: bofh at freebsd.org

Created attachment 210536
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210536&action=edit
patch

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.

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


More information about the freebsd-ppc mailing list