From 78b49e90cb4ca6da575e6919867ce3ecbc80431c Mon Sep 17 00:00:00 2001 From: Anton Chernov Date: Tue, 21 Aug 2018 13:53:09 +0200 Subject: [PATCH] Enabled OpenMP for linux-arm64, linux-armv5, linux-armv7, linux-mips, linux-s390x --- linux-arm64/crosstool-ng.config | 2 +- linux-armv5/crosstool-ng.config | 2 +- linux-armv7/crosstool-ng.config | 2 +- linux-mips/crosstool-ng.config | 2 +- linux-s390x/crosstool-ng.config | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/linux-arm64/crosstool-ng.config b/linux-arm64/crosstool-ng.config index 6380b6d..8689da8 100644 --- a/linux-arm64/crosstool-ng.config +++ b/linux-arm64/crosstool-ng.config @@ -383,7 +383,7 @@ CT_CC_GCC_USE_LTO=y # CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y # CT_CC_GCC_LIBMUDFLAP is not set -# CT_CC_GCC_LIBGOMP is not set +CT_CC_GCC_LIBGOMP=y # CT_CC_GCC_LIBSSP is not set # CT_CC_GCC_LIBQUADMATH is not set # CT_CC_GCC_LIBSANITIZER is not set diff --git a/linux-armv5/crosstool-ng.config b/linux-armv5/crosstool-ng.config index 93f4914..64c3171 100644 --- a/linux-armv5/crosstool-ng.config +++ b/linux-armv5/crosstool-ng.config @@ -383,7 +383,7 @@ CT_CC_GCC_USE_LTO=y # CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y # CT_CC_GCC_LIBMUDFLAP is not set -# CT_CC_GCC_LIBGOMP is not set +CT_CC_GCC_LIBGOMP=y # CT_CC_GCC_LIBSSP is not set # CT_CC_GCC_LIBQUADMATH is not set # CT_CC_GCC_LIBSANITIZER is not set diff --git a/linux-armv7/crosstool-ng.config b/linux-armv7/crosstool-ng.config index 1e6eeda..cfceb94 100644 --- a/linux-armv7/crosstool-ng.config +++ b/linux-armv7/crosstool-ng.config @@ -383,7 +383,7 @@ CT_CC_GCC_USE_LTO=y # CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y # CT_CC_GCC_LIBMUDFLAP is not set -# CT_CC_GCC_LIBGOMP is not set +CT_CC_GCC_LIBGOMP=y # CT_CC_GCC_LIBSSP is not set # CT_CC_GCC_LIBQUADMATH is not set # CT_CC_GCC_LIBSANITIZER is not set diff --git a/linux-mips/crosstool-ng.config b/linux-mips/crosstool-ng.config index c00efff..1fc2098 100644 --- a/linux-mips/crosstool-ng.config +++ b/linux-mips/crosstool-ng.config @@ -372,7 +372,7 @@ CT_CC_GCC_USE_LTO=y # CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y # CT_CC_GCC_LIBMUDFLAP is not set -# CT_CC_GCC_LIBGOMP is not set +CT_CC_GCC_LIBGOMP=y # CT_CC_GCC_LIBSSP is not set # CT_CC_GCC_LIBQUADMATH is not set # CT_CC_GCC_LIBSANITIZER is not set diff --git a/linux-s390x/crosstool-ng.config b/linux-s390x/crosstool-ng.config index 2ad3b2f..5f63144 100644 --- a/linux-s390x/crosstool-ng.config +++ b/linux-s390x/crosstool-ng.config @@ -373,7 +373,7 @@ CT_CC_GCC_CONFIG_TLS=m # CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y # CT_CC_GCC_LIBMUDFLAP is not set -# CT_CC_GCC_LIBGOMP is not set +CT_CC_GCC_LIBGOMP=y # CT_CC_GCC_LIBSSP is not set # CT_CC_GCC_LIBQUADMATH is not set # CT_CC_GCC_LIBSANITIZER is not set