1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

enable per default Intel' OpenMP Runtime

This commit is contained in:
Stefan Lankes 2016-03-13 11:11:59 +01:00
parent 4cb7e65dc8
commit a370b33741

View file

@ -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)