Merge pull request #2658 from RajalakshmiSR/p10
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Mon, 22 Jun 2020 22:02:37 +0000 (00:02 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2020 22:02:37 +0000 (00:02 +0200)
powerpc: Add support for future processor

1  2 
Makefile.system

diff --cc Makefile.system
@@@ -604,8 -595,10 +604,9 @@@ DYNAMIC_CORE = POWER
  DYNAMIC_CORE += POWER8
  ifneq ($(C_COMPILER), GCC)
  DYNAMIC_CORE += POWER9
+ DYNAMIC_CORE += POWER10
  endif
  ifeq ($(C_COMPILER), GCC)
 -GCCVERSIONGT5 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \> 5)
  ifeq ($(GCCVERSIONGT5), 1)
  DYNAMIC_CORE += POWER9
  else