diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 13:17:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 13:17:38 +0000 |
commit | 081beb2d3875f34069e93090515a4244ba4790c5 (patch) | |
tree | f7a9a3f705ff6a19879564f16dea8fcc43168f42 /emulators/qemu-sbruno | |
parent | 7340c6df0a94d0bf665ad5e1c1b6d8c603f22b76 (diff) |
Notes
Diffstat (limited to 'emulators/qemu-sbruno')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 5a661e5c2d66..6e5bbd9e0571 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -26,8 +26,10 @@ USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build PATCH_STRIP= -p1 MAKE_ENV+= BSD_MAKE="${MAKE}" V=1 -ONLY_FOR_ARCHS= amd64 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts? -BROKEN_i386= aarch64 system target is currently broken for i386 hosts, disable for now while dealing with upstream + +ONLY_FOR_ARCHS= amd64 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts? +BROKEN_i386= aarch64 system target is currently broken for i386 hosts, disable for now while dealing with upstream +BROKEN_powerpc64= fails to build: async.c: internal compiler error: Segmentation fault OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ CDROM_DMA PCAP USBREDIR X86_TARGETS BSD_USER \ |