From a36238848b9caf642d0cca5717d982a2b0ebc4d1 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 6 Mar 2001 10:03:03 +0000 Subject: sparc64 does dynamic linking. --- lang/python/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lang') diff --git a/lang/python/Makefile b/lang/python/Makefile index 2139ace9738..13f745eb328 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/02/17 09:07:27 agc Exp $ +# $NetBSD: Makefile,v 1.22 2001/03/06 10:03:03 mrg Exp $ # DISTNAME= BeOpen-Python-2.0 @@ -31,16 +31,12 @@ SSLFLAGS= -DUSE_SSL -I/usr/include/openssl -lssl -lcrypto # Handle the module setup file: # - disable a few broken modules on 64 bit platforms (nothing important) -# - handle machines with no dynamic loader .include "../../mk/bsd.prefs.mk" .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" NO64BIT=\# .endif -.if ${MACHINE_ARCH} == "sparc64" -NOSHARED=\# -.endif .if ${OPSYS} == "SunOS" ZOULARIS?= ${PREFIX}/bsd MODADD= -I${ZOULARIS}/include -L${ZOULARIS}/lib -R${ZOULARIS}/lib -- cgit v1.2.3