mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
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.
This commit is contained in:
parent
2cd0474b47
commit
e91cc88467
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25501
@ -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++
|
||||
|
@ -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++
|
||||
|
@ -1,6 +1,4 @@
|
||||
# $Id$
|
||||
|
||||
CPLUSPLUSLIB= cpluspluslib
|
||||
# $Id: Makefile.inc,v 1.8 1997/02/22 15:05:31 peter Exp $
|
||||
|
||||
# uthread sources
|
||||
.PATH: ${.CURDIR}/uthread
|
||||
|
@ -1,6 +1,4 @@
|
||||
# $Id$
|
||||
|
||||
CPLUSPLUSLIB= cpluspluslib
|
||||
# $Id: Makefile.inc,v 1.8 1997/02/22 15:05:31 peter Exp $
|
||||
|
||||
# uthread sources
|
||||
.PATH: ${.CURDIR}/uthread
|
||||
|
@ -1,6 +1,4 @@
|
||||
# $Id$
|
||||
|
||||
CPLUSPLUSLIB= cpluspluslib
|
||||
# $Id: Makefile.inc,v 1.8 1997/02/22 15:05:31 peter Exp $
|
||||
|
||||
# uthread sources
|
||||
.PATH: ${.CURDIR}/uthread
|
||||
|
Loading…
Reference in New Issue
Block a user