Mostly filled in contents for GCC 3.1.
Bribed by: peter
This commit is contained in:
parent
ae889c62a2
commit
68866c8c5b
@ -1 +1,28 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SRCDIR= ${.CURDIR}/../../../contrib/libstdc++-v3
|
||||
.PATH: ${SRCDIR} ${SRCDIR}/../../gcc
|
||||
|
||||
LIB= stdc++
|
||||
SRCS= del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc \
|
||||
eh_alloc.cc eh_aux_runtime.cc eh_catch.cc eh_exception.cc \
|
||||
eh_globals.cc eh_personality.cc eh_terminate.cc eh_throw.cc eh_type.cc \
|
||||
new_handler.cc new_op.cc new_opnt.cc new_opv.cc new_opvnt.cc \
|
||||
pure.cc tinfo.cc tinfo2.cc vec.cc
|
||||
|
||||
# from libiberty:
|
||||
SRCS+= cp-demangle.c dyn-string.c
|
||||
|
||||
CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
|
||||
CFLAGS+= -I${SRCDIR}/../../gcc
|
||||
CXXFLAGS+= -nostdinc++ \
|
||||
-fno-implicit-templates -ffunction-sections -fdata-sections
|
||||
|
||||
HDRS= exception new typeinfo cxxabi.h exception_defines.h
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||
${HDRS:S;^;${SRCDIR}/;} \
|
||||
${DESTDIR}/usr/include/g++-v3
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user