From 490f3471558abbdf4f6e3b2aba87130b8fa26ddf Mon Sep 17 00:00:00 2001 From: Pedro Larroy Date: Wed, 20 Jun 2018 23:54:02 -0700 Subject: [PATCH] Android ARMv7 fix --- include/dmlc/omp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dmlc/omp.h b/include/dmlc/omp.h index 0ef35e329b..8b8e506b54 100644 --- a/include/dmlc/omp.h +++ b/include/dmlc/omp.h @@ -11,7 +11,7 @@ #include #else -#if defined(__ANDROID__) && defined(__AARCH64EL__) +#if defined(__ANDROID__) #define __GOMP_NOTHROW #elif defined(__cplusplus) #define __GOMP_NOTHROW throw()