sparc64 is a 64bit platform, ok espie@

This commit is contained in:
wilfried 2001-10-12 13:41:05 +00:00
parent f0b14fd592
commit 11e2d20a5b
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2001/10/12 13:40:14 wilfried Exp $
# $OpenBSD: Makefile,v 1.43 2001/10/12 13:41:05 wilfried Exp $
# Uses threads
COMMENT= "interpreted object-oriented programming language"
@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --with-threads
CONFIGURE_ARGS+= --without-threads
.endif
.if ${MACHINE_ARCH} == "alpha"
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
NO64BIT= \#
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2001/10/12 13:40:14 wilfried Exp $
# $OpenBSD: Makefile,v 1.10 2001/10/12 13:41:05 wilfried Exp $
#
# This port should remain Python 1.5.2. Please do not upgrade.
# Uses threads
@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --with-thread
.endif
.endif
.if ${MACHINE_ARCH} == "alpha"
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
NO64BIT= \#
.endif