From: User User-User Date: Sat, 19 Jun 2021 20:21:39 +0000 (+0200) Subject: add gcc8 version matching X-Git-Tag: upstream/0.3.21~15^2~15^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9335d427406b5f14f545a17408d1e1ae0d666790;p=platform%2Fupstream%2Fopenblas.git add gcc8 version matching --- diff --git a/Makefile.system b/Makefile.system index 0cd3e3a..bb8c60e 100644 --- a/Makefile.system +++ b/Makefile.system @@ -333,6 +333,7 @@ GCCVERSIONGTEQ4 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 4) GCCVERSIONGT4 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \> 4) GCCVERSIONGT5 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \> 5) GCCVERSIONGTEQ7 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 7) +GCCVERSIONGTEQ8 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 8) GCCVERSIONGTEQ9 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 9) GCCVERSIONGTEQ11 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 11) GCCVERSIONGTEQ10 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 10)