Browse Source

Merge pull request #2955 from Guobing-Chen/Fix_cooperlake_build_issue

Fix cooperlake compile issue
tags/v0.3.13^2
Martin Kroeker GitHub 4 years ago
parent
commit
60b22e3462
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile.system

+ 1
- 0
Makefile.system View File

@@ -319,6 +319,7 @@ ifeq ($(GCCVERSIONGTEQ7),1)
else
GCCDUMPVERSION_PARAM := -dumpversion
endif
GCCMINORVERSIONGTEQ1 := $(shell expr `$(CC) $(GCCDUMPVERSION_PARAM) | cut -f2 -d.` \>= 1)
GCCMINORVERSIONGTEQ2 := $(shell expr `$(CC) $(GCCDUMPVERSION_PARAM) | cut -f2 -d.` \>= 2)
GCCMINORVERSIONGTEQ7 := $(shell expr `$(CC) $(GCCDUMPVERSION_PARAM) | cut -f2 -d.` \>= 7)
endif


Loading…
Cancel
Save