aboutsummaryrefslogtreecommitdiff
path: root/lib/libomp
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2019-03-29 18:16:33 +0000
committerEnji Cooper <ngie@FreeBSD.org>2019-03-29 18:16:33 +0000
commit752cabaa1cf94dff142dfe91161f627df793c2f8 (patch)
tree56c529711cd8f3d7791fa3caf99f1256719fabbf /lib/libomp
parent9a41926bfb664dd77659d1615ba55d75c2c530a8 (diff)
downloadsrc-752cabaa1cf94dff142dfe91161f627df793c2f8.tar.gz
src-752cabaa1cf94dff142dfe91161f627df793c2f8.zip
Revert r345704
I accidentally committed code from two reviews. I will reintroduce the code to bsd.progs.mk as part of a separate commit from r345704. Approved by: emaste (mentor, implicit) MFC after: 2 months MFC with: r345704
Notes
Notes: svn path=/head/; revision=345705
Diffstat (limited to 'lib/libomp')
-rw-r--r--lib/libomp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libomp/Makefile b/lib/libomp/Makefile
index c0f1cc1c6db7..bd8fd7769f0a 100644
--- a/lib/libomp/Makefile
+++ b/lib/libomp/Makefile
@@ -53,9 +53,9 @@ CFLAGS+= -I${ITTSRC}
CFLAGS+= -ffunction-sections
CFLAGS+= -fdata-sections
CXXFLAGS+= -fvisibility-inlines-hidden
+CXXFLAGS+= -std=c++11
CXXFLAGS+= -fno-exceptions
CXXFLAGS+= -fno-rtti
-CXXSTD= c++11
LDFLAGS+= -Wl,--warn-shared-textrel
LDFLAGS+= -Wl,--gc-sections