diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-07-08 10:53:35 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-07-08 10:53:35 +0000 |
| commit | bfdf38fb578b4b65a19cef82363bb1a92fc03506 (patch) | |
| tree | 26f41f2f5a5ba7bd05cbbae70d18880fb5eae94c /gnu/lib/libstdc++ | |
| parent | 0ef587351ee77ba40172b6821599d38cebb31fb4 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 84d26ada72a2..f4c3984ea7e9 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} |
