K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-01-22T17:34:11.105212Z K 7 svn:log V 362 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) END