C++ exceptions with shared libraries are working on sparc64 now.

Build shared libstdc++so on sparc64 platform too.

Approved:	re (rwatson)
This commit is contained in:
kan 2002-12-05 17:04:03 +00:00
parent f7319be8e1
commit ef17cd4304

View File

@ -11,9 +11,7 @@ SUPDIR= ${SRCDIR}/libsupc++
#SUBDIR= doc
LIB= stdc++
.if ${MACHINE_ARCH} != "sparc64"
SHLIB_MAJOR= 4
.endif
CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
CFLAGS+= -I${.CURDIR} -I${SUPDIR} -I${GCCDIR}