08e871a703
we use the same sources. Pointed out by Nick Hudson.
27 lines
795 B
Text
27 lines
795 B
Text
$NetBSD: patch-ab,v 1.7 2002/10/05 20:54:53 dmcmahill Exp $
|
|
|
|
Enable building the shared libstdc++
|
|
|
|
also make the sersion number the same as the one we ship with netbsd-1.6 as
|
|
we use the same sources.
|
|
|
|
--- ../gcc-2.95.3/libstdc++/Makefile.in.orig Mon Sep 9 08:16:06 2002
|
|
+++ ../gcc-2.95.3/libstdc++/Makefile.in
|
|
@@ -14,7 +14,7 @@
|
|
# along with this library; see the file COPYING. If not, write to the Free
|
|
# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
-VERSION = 2.10.0nb1
|
|
+VERSION = 4.0
|
|
INTERFACE = 3
|
|
|
|
gxx_include_dir=${includedir}/g++
|
|
@@ -43,7 +43,7 @@ SHDEPS =
|
|
|
|
STAMP = bigstmp
|
|
|
|
-LIBS = $(ARLIB) $(ARLINK)
|
|
+LIBS = $(ARLIB) $(ARLINK) $(SHLIB) $(SHLINK)
|
|
|
|
#### package, host, target, and site dependent Makefile fragments come in here.
|
|
##
|