diff options
| author | John Polstra <jdp@FreeBSD.org> | 1997-06-14 17:53:24 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1997-06-14 17:53:24 +0000 |
| commit | 0096ba6e8e3796d2d2de5aa24732c45b8c949120 (patch) | |
| tree | 1ea250cd06c09b2f87cf7a7f147bf6f2ae5cd9a9 /gnu/lib/libstdc++ | |
| parent | d1b33a0ce900da792f85483b805b02a0b7d37cf7 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index baff97c50a8c..a08cd9fe7674 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1.2.1 1996/11/15 18:15:45 jkh Exp $ +# $Id: Makefile,v 1.1.2.2 1997/05/23 08:35:10 asami 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${DESTDIR}/usr/include/g++ -I. CXXFLAGS+= -I${GPPDIR}/include -I${GPPDIR}/libio -I${GPPDIR}/libstdc++ |
