pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/clisp vacall-arm.S was created by an ancient gcc ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/528ef41c274c
branches:  trunk
changeset: 538157:528ef41c274c
user:      is <is%pkgsrc.org@localhost>
date:      Wed Jan 30 14:20:54 2008 +0000

description:
vacall-arm.S was created by an ancient gcc targetting CPUs with ARM FPE.

diffstat:

 lang/clisp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 40825fc52cda -r 528ef41c274c lang/clisp/Makefile
--- a/lang/clisp/Makefile       Wed Jan 30 13:49:22 2008 +0000
+++ b/lang/clisp/Makefile       Wed Jan 30 14:20:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2007/11/23 21:59:44 drochner Exp $
+# $NetBSD: Makefile,v 1.66 2008/01/30 14:20:54 is Exp $
 
 DISTNAME=      clisp-2.41
 CATEGORIES=    lang
@@ -12,6 +12,7 @@
 # Sparc64 has assembler code problems, see
 # http://sourceforge.net/tracker/index.php?func=detail&aid=952681&group_id=1355&atid=101355
 NOT_FOR_PLATFORM=      *-*-sparc64
+NOT_FOR_PLATFORM+=     *-*-arm
 
 PKG_INSTALLATION_TYPES= overwrite pkgviews
 



Home | Main Index | Thread Index | Old Index