[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / emulators / qemu

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/emulators/qemu/Makefile between version 1.75 and 1.76

version 1.75, 2010/11/09 10:37:12 version 1.76, 2010/11/20 14:37:42
Line 73  UE_ARCHS+=  alpha arm armeb cris i386 m6
Line 73  UE_ARCHS+=  alpha arm armeb cris i386 m6
 UE_ARCHS+=              ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc32plus  UE_ARCHS+=              ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc32plus
 UE_ARCHS+=              sparc64 x86_64  UE_ARCHS+=              sparc64 x86_64
   
 .if !empty(OPSYS:M*BSD) || !empty(OPSYS:MDragonFly)  .if ${OPSYS} == "NetBSD"
   .if (!empty(OS_VERSION:M5.99.*) || !empty(OS_VERSION:M[6-9].*))
   # XXX
   # i386 and x86_64 user emul require newer binutils for PROVIDE_HIDDEN()
   # http://git.qemu.org/qemu.git/commit/?id=845f2c2812d9ed24b36c02a3d06ee83aeafe8b49
   # but binutils-2.19 was enabled around 5.99.22:
   # http://cvsweb.NetBSD.org/bsdweb.cgi/src/share/mk/bsd.own.mk#rev1.594
   USER_EMUL=              i386 x86_64 sparc sparc64
   .else
   CONFIGURE_ARGS+=        --disable-bsd-user
   USER_EMUL=
   .endif
   PLIST.nbd=              YES
   .elif !empty(OPSYS:M*BSD) || !empty(OPSYS:MDragonFly)
 USER_EMUL=              i386 x86_64 sparc sparc64  USER_EMUL=              i386 x86_64 sparc sparc64
 PLIST.nbd=              YES  PLIST.nbd=              YES
 .elif !empty(OPSYS:MDarwin)  .elif !empty(OPSYS:MDarwin)

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

CVSweb <webmaster@jp.NetBSD.org>