diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-07-26 16:55:06 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-07-26 16:55:06 +0000 |
| commit | e91d723ad446b5429318b24f4578a4f7a160f65e (patch) | |
| tree | 50cb45f1c34f42b4a9cde2f5683f22549aa4d377 /lib/libcxxrt | |
| parent | 473fe2c000b69c68b13bafc9d1e11e424fbb8132 (diff) | |
| parent | 0d08e8ebf50805e543626b4e87157578fbad5d2b (diff) | |
Notes
Diffstat (limited to 'lib/libcxxrt')
| -rw-r--r-- | lib/libcxxrt/Makefile | 2 | ||||
| -rw-r--r-- | lib/libcxxrt/Version.map | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/libcxxrt/Makefile b/lib/libcxxrt/Makefile index b1c62e3255e2..8480cad42674 100644 --- a/lib/libcxxrt/Makefile +++ b/lib/libcxxrt/Makefile @@ -22,7 +22,7 @@ SRCS+= libelftc_dem_gnu3.c\ WARNS= 0 CFLAGS+= -isystem ${SRCDIR} -nostdinc++ -CXXSTD?= c++11 +CXXSTD?= c++14 VERSION_MAP= ${.CURDIR}/Version.map .include <bsd.lib.mk> diff --git a/lib/libcxxrt/Version.map b/lib/libcxxrt/Version.map index 1276fb405b5a..908975434477 100644 --- a/lib/libcxxrt/Version.map +++ b/lib/libcxxrt/Version.map @@ -277,6 +277,10 @@ CXXABI_1.3.9 { "typeinfo name for unsigned __int128 const*"; "typeinfo name for unsigned __int128"; "typeinfo name for unsigned __int128*"; + "operator delete[](void*, unsigned int)"; + "operator delete(void*, unsigned int)"; + "operator delete[](void*, unsigned long)"; + "operator delete(void*, unsigned long)"; }; } CXXABI_1.3.6; |
