From ea8e9af5860cf8530237a8f44baab1bcf04361af Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 6 Sep 2015 10:45:54 +0200 Subject: [PATCH] enable TLS support in libgomp --- hermit/usr/libgomp/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/usr/libgomp/config.h b/hermit/usr/libgomp/config.h index 340145417..a15def0d8 100644 --- a/hermit/usr/libgomp/config.h +++ b/hermit/usr/libgomp/config.h @@ -81,7 +81,7 @@ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if the target supports thread-local storage. */ -#undef HAVE_TLS +#define HAVE_TLS 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1