aboutsummaryrefslogtreecommitdiff
path: root/lib/libomp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-01-27 18:04:28 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-01-27 18:04:28 +0000
commit3eaa9deb198a754efe38226024efe9b96e31e281 (patch)
tree93a34b2e4f44c4ccd4da82a0ceb1d8424016c580 /lib/libomp
parentf46f1d2836a8ed96eb60c4d232ec7c91bf2a33b9 (diff)
downloadsrc-3eaa9deb198a754efe38226024efe9b96e31e281.tar.gz
src-3eaa9deb198a754efe38226024efe9b96e31e281.zip
Update build glue for libomp.
Notes
Notes: svn path=/projects/clang1000-import/; revision=357175
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 5fcc09ed7380..9f5d0c42fdb6 100644
--- a/lib/libomp/Makefile
+++ b/lib/libomp/Makefile
@@ -9,7 +9,7 @@ ITTSRC= ${OMPSRC}/thirdparty/ittnotify
.PATH: ${OMPSRC}
.PATH: ${ITTSRC}
-SRCS+= ittnotify_static.c
+SRCS+= ittnotify_static.cpp
SRCS+= kmp_affinity.cpp
SRCS+= kmp_alloc.cpp
SRCS+= kmp_atomic.cpp