remove mips64/mips64el from ONLY_FOR_ARCHS it never built and has badly messed up asm.

This commit is contained in:
jasper 2012-12-31 08:17:33 +00:00
parent 06a1ba0314
commit b6f50b8bfc

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2012/08/17 21:51:49 landry Exp $
# $OpenBSD: Makefile,v 1.3 2012/12/31 08:17:33 jasper Exp $
COMMENT = lightweight in-process concurrent programming
# see slp_platformselect.h
ONLY_FOR_ARCHS = amd64 arm i386 mips64 mips64el powerpc sparc sparc64
ONLY_FOR_ARCHS = amd64 arm i386 powerpc sparc sparc64
MODPY_EGG_VERSION = 0.4.0
DISTNAME = greenlet-${MODPY_EGG_VERSION}