From bfdf38fb578b4b65a19cef82363bb1a92fc03506 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 8 Jul 2002 10:53:35 +0000 Subject: [PATCH] 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(+) diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 84d26ada72a..f4c3984ea7e 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}