Bandaid for sparc64. Do not build libstdc++.so for now on sparc64.

Binaries compiled with it segfault.
This commit is contained in:
Peter Wemm 2002-07-08 10:53:35 +00:00
parent 0ef587351e
commit bfdf38fb57

View File

@ -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}