Skip to content

Commit ff65952

Browse files
authored
Move HAVE_P10_SUPPORT to the build system
to be able to include a binutils version check
1 parent 6208c98 commit ff65952

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

driver/others/dynamic_power.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ extern gotoblas_t gotoblas_POWER8;
66
#if (!defined __GNUC__) || ( __GNUC__ >= 6)
77
extern gotoblas_t gotoblas_POWER9;
88
#endif
9-
#if (!defined __GNUC__) || ( __GNUC__ >= 11) \
10-
|| (__GNUC__ == 10 && __GNUC_MINOR__ >= 2)
11-
#define HAVE_P10_SUPPORT 1
12-
#endif
9+
//#if (!defined __GNUC__) || ( __GNUC__ >= 11) \
10+
// || (__GNUC__ == 10 && __GNUC_MINOR__ >= 2)
11+
//#define HAVE_P10_SUPPORT 1
12+
//#endif
1313
#ifdef HAVE_P10_SUPPORT
1414
extern gotoblas_t gotoblas_POWER10;
1515
#endif

0 commit comments

Comments
 (0)