Browse Source

Merge pull request #4334 from RajalakshmiSR/Makefile_power

POWER: Fixing Makefile error
tags/v0.3.26
Martin Kroeker GitHub 2 years ago
parent
commit
a938e48fa2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.power

+ 1
- 1
Makefile.power View File

@@ -11,7 +11,7 @@ endif


ifeq ($(CORE), POWER10) ifeq ($(CORE), POWER10)
ifneq ($(C_COMPILER), PGI) ifneq ($(C_COMPILER), PGI)
ifeq ($(C_COMPILER), GCC))
ifeq ($(C_COMPILER), GCC)
ifeq ($(GCCVERSIONGTEQ10), 1) ifeq ($(GCCVERSIONGTEQ10), 1)
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
else ifneq ($(GCCVERSIONGT4), 1) else ifneq ($(GCCVERSIONGT4), 1)


Loading…
Cancel
Save