Fix cooperlake compile issue
Add a missing macro which is required in Makefile.x86_64 due to recent clearnup, which causes cooperlake platform build failure.
This commit is contained in:
parent
67f39ad813
commit
c5e62dad69
|
@ -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…
Reference in New Issue