From 76a86b952e4036fbc3a4b978a30cdf5526a9d301 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 8 Jul 2002 10:53:35 +0000 Subject: Bandaid for sparc64. Do not build libstdc++.so for now on sparc64. Binaries compiled with it segfault. --- gnu/lib/libstdc++/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 84d26ad..f4c3984 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -11,8 +11,10 @@ SUPDIR= ${SRCDIR}/libsupc++ #SUBDIR= doc LIB= stdc++ +.if ${MACHINE_ARCH} != "sparc64" SHLIB_MAJOR= 4 SHLIB_MINOR= 0 +.endif CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H CFLAGS+= -I${.CURDIR} -I${SUPDIR} -I${GCCDIR} -- cgit v1.1