aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-05-06 00:49:36 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-05-06 00:49:36 +0000
commite91cc884671a83f3b2a91b081687204ddd698b79 (patch)
tree77a2faf017fecda2e9c65aa6080f5a6fed6d5175 /gnu/lib
parent2cd0474b47b83cff7f7f5cd6c70e162dc65ad67f (diff)
downloadsrc-e91cc884671a83f3b2a91b081687204ddd698b79.tar.gz
src-e91cc884671a83f3b2a91b081687204ddd698b79.zip
Bye bye CPLUSPLUSLIB hack! It's not needed any more.
Don't merge this into -2.2 unless you understand the dependencies on c++rt0, bsd.lib.mk, and gcc -shared. I.e., let me do it.
Notes
Notes: svn path=/head/; revision=25501
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libg++/Makefile3
-rw-r--r--gnu/lib/libstdc++/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile
index 6e3234e3e8c6..4450023758b6 100644
--- a/gnu/lib/libg++/Makefile
+++ b/gnu/lib/libg++/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.18 1997/02/22 15:42:54 peter Exp $
#
GPPDIR= ${.CURDIR}/../../../contrib/libg++
@@ -11,7 +11,6 @@ SUBDIR+= doc
LIB= g++
SHLIB_MAJOR= 4
SHLIB_MINOR= 0
-CPLUSPLUSLIB= 1 # include c++rt0.o for static constructors
CFLAGS+= -I${GPPDIR}/include -I/usr/include/g++
CXXFLAGS+= -I${GPPDIR}/include -I${GPPDIR}/libio -I${GPPDIR}/libstdc++
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 0662c337d2a5..429c1fdc9c59 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.4 1997/02/22 15:43:10 peter Exp $
+# $Id: Makefile,v 1.5 1997/04/09 16:00:07 peter Exp $
#
GPPDIR= ${.CURDIR}/../../../contrib/libg++
@@ -10,7 +10,6 @@ GPPDIR= ${.CURDIR}/../../../contrib/libg++
LIB= stdc++
SHLIB_MAJOR= 2
SHLIB_MINOR= 0
-CPLUSPLUSLIB= 1 # include c++rt0.o for static constructors
CFLAGS+= -I${GPPDIR}/include -I/usr/include/g++ -I.
CXXFLAGS+= -I${GPPDIR}/include -I${GPPDIR}/libio -I${GPPDIR}/libstdc++