diff options
author | Juergen Lock <nox@FreeBSD.org> | 2013-09-30 22:26:08 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2013-09-30 22:26:08 +0000 |
commit | fa24fb0b77d673376bbf5f28f4f69978d4e9f4d6 (patch) | |
tree | bfb4f9e213d7894eeb35e18e42e69886779edefb /emulators | |
parent | 403040d5a643599fc5cc03f0757ce37345808ae8 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 6934913f6cb9..d35d01d8c797 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -63,6 +63,10 @@ CONFIGURE_ARGS+= --enable-nptl --target-list=i386-softmmu,x86_64-softmmu,i386-bs CONFIGURE_ARGS+= --target-list=i386-softmmu,x86_64-softmmu .endif .else +# clang seems to build a broken mips-softmmu target (qemu segfaults +# at boot) Feel free to debug :) Some info is here: +# http://people.freebsd.org/~nox/tmp/qemu-1.6.0-mips-softmmu-crash.txt +USE_GCC= any .if empty(PORT_OPTIONS:MBSD_USER) CONFIGURE_ARGS+= --disable-bsd-user .else |