Update _ONLY_FOR_PLATFORMS.kaffe from kaffe's makefile.
This commit is contained in:
parent
b549fcdad0
commit
488d1cca68
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: java-vm.mk,v 1.83 2012/05/12 21:07:28 marino Exp $
|
# $NetBSD: java-vm.mk,v 1.84 2012/05/14 05:28:37 dholland Exp $
|
||||||
#
|
#
|
||||||
# This Makefile fragment handles Java dependencies and make variables,
|
# This Makefile fragment handles Java dependencies and make variables,
|
||||||
# and is meant to be included by packages that require Java either at
|
# and is meant to be included by packages that require Java either at
|
||||||
|
@ -118,7 +118,9 @@ _ONLY_FOR_PLATFORMS.jdk16= \
|
||||||
DragonFly-*-* \
|
DragonFly-*-* \
|
||||||
NetBSD-[2-9].*-i386 NetBSD-[4-9].*-x86_64
|
NetBSD-[2-9].*-i386 NetBSD-[4-9].*-x86_64
|
||||||
_ONLY_FOR_PLATFORMS.kaffe= \
|
_ONLY_FOR_PLATFORMS.kaffe= \
|
||||||
*-*-alpha *-*-arm *-*-arm32 *-*-i386 *-*-m68k *-*-mips* *-*-sparc *-*-powerpc
|
*-*-alpha *-*-arm *-*-arm32 *-*-i386 *-*-m68k \
|
||||||
|
*-*-mipsel* *-*-sparc *-*-powerpc *-*-x86_64
|
||||||
|
|
||||||
_ONLY_FOR_PLATFORMS.sun-jdk6= \
|
_ONLY_FOR_PLATFORMS.sun-jdk6= \
|
||||||
Darwin-9.*-i386 Darwin-9.*-x86_64 \
|
Darwin-9.*-i386 Darwin-9.*-x86_64 \
|
||||||
Darwin-10.*-i386 Darwin-10.*-x86_64 \
|
Darwin-10.*-i386 Darwin-10.*-x86_64 \
|
||||||
|
|
Loading…
Reference in a new issue