pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/kaffe enable on alpha. still fails 3 out of near...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1c71a9645a2
branches:  trunk
changeset: 461926:f1c71a9645a2
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Sep 23 20:56:00 2003 +0000

description:
enable on alpha.  still fails 3 out of nearly 200 self tests

diffstat:

 lang/kaffe/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 55644ed26cfd -r f1c71a9645a2 lang/kaffe/Makefile
--- a/lang/kaffe/Makefile       Tue Sep 23 20:53:52 2003 +0000
+++ b/lang/kaffe/Makefile       Tue Sep 23 20:56:00 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2003/09/22 03:04:16 jschauma Exp $
+# $NetBSD: Makefile,v 1.50 2003/09/23 20:56:00 dmcmahill Exp $
 
 DISTNAME=              kaffe-1.1.0
 CATEGORIES=            lang java
@@ -16,7 +16,7 @@
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 TEST_TARGET=           check
 
-ONLY_FOR_PLATFORM=     *-*-arm *-*-arm32 *-*-i386 *-*-m68k *-*-mips*   \
+ONLY_FOR_PLATFORM=     *-*-alpha *-*-arm *-*-arm32 *-*-i386 *-*-m68k *-*-mips* \
                        *-*-sparc *-*-powerpc
 
 GNU_CONFIGURE=         yes
@@ -43,6 +43,11 @@
 CONFIGURE_ENV+=                VM_LIBS="-lc"
 .endif
 
+.if (${OPSYS} == "NetBSD") && (${MACHINE_ARCH} == "alpha")
+# On these systems, jit3 is not working.
+CONFIGURE_ARGS+=       --with-engine=intrp
+.endif
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/license.terms ${PREFIX}
 



Home | Main Index | Thread Index | Old Index