- extend archtecture tests for mips64el
ok naddy@
This commit is contained in:
parent
5738e2c41e
commit
fcaeef2071
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2009/12/09 20:36:49 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2010/02/09 12:18:45 jasper Exp $
|
||||
# $FreeBSD: Makefile,v 1.4 1999/01/10 20:12:06 steve Exp $
|
||||
|
||||
COMMENT-main= garbage collection and memory leak detection for C and C++
|
||||
@ -23,7 +23,7 @@ HOMEPAGE= http://www.hpl.hp.com/personal/Hans_Boehm/gc/
|
||||
MAINTAINER= Todd T. Fries <todd@openbsd.org>
|
||||
|
||||
# currently works only on most ELF archs
|
||||
NOT_FOR_ARCHS= m68k m88k vax mips64
|
||||
NOT_FOR_ARCHS= m68k m88k vax mips64 mips64el
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2009/11/09 10:43:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/02/09 12:18:45 jasper Exp $
|
||||
|
||||
NOT_FOR_ARCHS = arm mips64 sparc64
|
||||
NOT_FOR_ARCHS = arm mips64 mips64el sparc64
|
||||
|
||||
COMMENT = library for efficient computations
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2009/12/12 16:39:00 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/02/09 12:18:45 jasper Exp $
|
||||
|
||||
# m88k - not tested yet
|
||||
# mips64 - OpenBSD doesn't provide a cacheflush/cachectl (yet)
|
||||
# mips64* - OpenBSD doesn't provide a cacheflush/cachectl (yet)
|
||||
# vax - libffi hasn't been ported to vax, and most likely never will.
|
||||
NOT_FOR_ARCHS= m88k mips64 vax
|
||||
NOT_FOR_ARCHS= m88k mips64 mips64el vax
|
||||
|
||||
COMMENT= Foreign Function Interface
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2009/11/08 13:32:27 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2010/02/09 12:18:45 jasper Exp $
|
||||
|
||||
# XXX crashes & hangs, to be dealt with
|
||||
NOT_FOR_ARCHS= powerpc m68k hppa arm sparc mips64
|
||||
NOT_FOR_ARCHS= powerpc m68k hppa arm sparc mips64 mips64el
|
||||
|
||||
COMMENT= programming language with generators, X11 graphics and more
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/01/27 21:43:28 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/02/09 12:18:46 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
# This architecture lacks fast mutexes...
|
||||
NOT_FOR_ARCHS= mips64
|
||||
NOT_FOR_ARCHS= mips64 mips64el
|
||||
|
||||
COMMENT= source code search engine
|
||||
DISTNAME= gonzui-1.2
|
||||
|
Loading…
Reference in New Issue
Block a user