diff options
author | kan <kan@FreeBSD.org> | 2002-12-05 17:04:03 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2002-12-05 17:04:03 +0000 |
commit | ef17cd4304ee139906fc5530557d56cf694c46bb (patch) | |
tree | ca8c6dfac8d37c2308eaebb60e645ca797035041 /gnu | |
parent | f7319be8e1ffaf2c977533b84cb18ef9d731bd5e (diff) | |
download | FreeBSD-src-ef17cd4304ee139906fc5530557d56cf694c46bb.zip FreeBSD-src-ef17cd4304ee139906fc5530557d56cf694c46bb.tar.gz |
C++ exceptions with shared libraries are working on sparc64 now.
Build shared libstdc++so on sparc64 platform too.
Approved: re (rwatson)
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libstdc++/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index b433bc5..624db3d 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -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} |