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:
parent
4cb7e65dc8
commit
a370b33741
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue