1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Allow i386 to build by assuming we're like Linux.

This commit is contained in:
Brooks Davis 2015-05-15 16:10:49 +00:00
parent f6313fe9e7
commit 1a292ee536
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386421

View File

@ -0,0 +1,11 @@
--- src/kmp_runtime.c.orig 2015-05-15 16:07:47 UTC
+++ src/kmp_runtime.c
@@ -7553,7 +7553,7 @@ __kmp_determine_reduction_method( ident_
#elif KMP_ARCH_X86 || KMP_ARCH_ARM || KMP_ARCH_AARCH
- #if KMP_OS_LINUX || KMP_OS_WINDOWS
+ #if KMP_OS_LINUX || KMP_OS_FREEBSD || KMP_OS_WINDOWS
// basic tuning