From 64017c10e6e1019ab59c1f753d580639df68c5d6 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 12 Sep 2015 16:57:42 +0200 Subject: [PATCH] copy omp.h to the directory, which include the system headers --- hermit/usr/libgomp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/hermit/usr/libgomp/Makefile b/hermit/usr/libgomp/Makefile index 914a4c879..d72b66cf3 100644 --- a/hermit/usr/libgomp/Makefile +++ b/hermit/usr/libgomp/Makefile @@ -27,6 +27,7 @@ $(NAME): $(OBJS) $Q$(AR_FOR_TARGET) $(ARFLAGS_FOR_TARGET) $@ $(OBJS) $Q$(CP) $@ $(NEWLIB)/lib $Q$(CP) libgomp.spec $(NEWLIB)/lib + $Q$(CP) omp.h $(NEWLIB)/include clean: @echo Cleaning examples