summaryrefslogtreecommitdiffstats
path: root/extract-gcov.c
diff options
context:
space:
mode:
Diffstat (limited to 'extract-gcov.c')
-rw-r--r--extract-gcov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extract-gcov.c b/extract-gcov.c
index a9298fad..3d31d1b5 100644
--- a/extract-gcov.c
+++ b/extract-gcov.c
@@ -33,7 +33,7 @@
typedef u32 gcov_unsigned_int;
/* You will need to pass -DTARGET__GNUC__=blah when building */
-#if TARGET__GNUC__ >= 5 && TARGET__GNUC_MINOR__ >= 1
+#if TARGET__GNUC__ >= 6 || (TARGET__GNUC__ >= 5 && TARGET__GNUC_MINOR__ >= 1)
#define GCOV_COUNTERS 10
#else
#if TARGET__GNUC__ >= 4 && TARGET__GNUC_MINOR__ >= 9
OpenPOWER on IntegriCloud