mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Update libsupc++ to include missing files. This was fixed in libstdc++
a long time ago, but libsupc++ was left out somehow, PR: gnu/99702 Submitted by: George Mitchell
This commit is contained in:
parent
afad78e259
commit
ae8cd67d0b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161457
@ -7,11 +7,12 @@ SRCDIR= ${.CURDIR}/../../../contrib/libstdc++/libsupc++
|
||||
|
||||
# Static only.
|
||||
LIB= supc++
|
||||
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 \
|
||||
guard.cc new_handler.cc new_op.cc new_opnt.cc new_opv.cc new_opvnt.cc \
|
||||
pure.cc tinfo.cc tinfo2.cc vec.cc
|
||||
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_term_handler.cc eh_terminate.cc eh_throw.cc \
|
||||
eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc new_op.cc \
|
||||
new_opnt.cc new_opv.cc new_opvnt.cc pure.cc tinfo.cc tinfo2.cc \
|
||||
vec.cc vterminate.cc
|
||||
|
||||
# from libiberty:
|
||||
SRCS+= cp-demangle.c
|
||||
|
Loading…
Reference in New Issue
Block a user