diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2019-04-22 18:38:54 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2019-04-22 18:38:54 +0000 |
| commit | 1109b774513f471d3b62ea220243c8e14d482f03 (patch) | |
| tree | f1a57d59d538f36ed12d9046fe77a1c4c34dfb41 /lib/libgcc_eh | |
| parent | 36d37160640d2d0cac3e87fc68c99aaba8dc75ba (diff) | |
Notes
Diffstat (limited to 'lib/libgcc_eh')
| -rw-r--r-- | lib/libgcc_eh/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgcc_eh/Makefile.inc b/lib/libgcc_eh/Makefile.inc index 39cccec7e6d92..232f5d8d46fac 100644 --- a/lib/libgcc_eh/Makefile.inc +++ b/lib/libgcc_eh/Makefile.inc @@ -28,7 +28,7 @@ CXXFLAGS.${file}+= -fno-exceptions -funwind-tables CFLAGS+= -I${UNWINDINCDIR} -I${.CURDIR} -D_LIBUNWIND_IS_NATIVE_ONLY CXXFLAGS+= -fno-rtti -CXXSTD= c++11 +CXXSTD?= c++11 STATIC_CXXFLAGS+= -fvisibility=hidden -fPIC # Probably need to just move this earlier or use CXXFLAGS .if ${MK_DIRDEPS_BUILD} == "yes" |
