From 3eaa9deb198a754efe38226024efe9b96e31e281 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 27 Jan 2020 18:04:28 +0000 Subject: [PATCH] Update build glue for libomp. --- lib/libomp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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