From a370b33741af9f2ff1c12af79e124f7463b03af7 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 13 Mar 2016 11:11:59 +0100 Subject: [PATCH] enable per default Intel' OpenMP Runtime --- hermit/usr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hermit/usr/Makefile b/hermit/usr/Makefile index a0061f418..921b66574 100644 --- a/hermit/usr/Makefile +++ b/hermit/usr/Makefile @@ -2,8 +2,8 @@ override TOPDIR = $(shell pwd) ARCH = x86 TARGET=x86_64-hermit NJOBS=-j20 -OMPRT=libgomp -#OMPRT=libomp +#OMPRT=libgomp +OMPRT=libomp CROSSCOMPREFIX = x86_64-hermit NEWLIB = $(TOPDIR)/$(ARCH)/$(TARGET)