Minor changes.

This commit is contained in:
Chip-Kerchner 2023-10-02 12:14:46 -05:00
parent 48da98b2a7
commit eb738d9929
2 changed files with 1 additions and 3 deletions

View File

@ -1170,8 +1170,6 @@ CCOMMON_OPT += -DF_INTERFACE_IBM
FEXTRALIB += -lxlf90
ifeq ($(C_COMPILER), $(filter $(C_COMPILER),GCC CLANG))
FCOMMON_OPT += -qextname
else ifeq ($(C_COMPILER), CLANG)
FCOMMON_OPT += -qextname
endif
# FCOMMON_OPT += -qarch=440
ifdef BINARY64

View File

@ -44,7 +44,7 @@ char *gotoblas_corename(void) {
#define CPU_POWER9 9
#define CPU_POWER10 10
int cpuid()
static int cpuid(void)
{
int arch = _system_configuration.implementation;
#ifdef POWER_6