File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -855,7 +855,7 @@ CCOMMON_OPT += -DF_INTERFACE_FLANG
855
855
FCOMMON_OPT += -Mrecursive -Kieee
856
856
ifeq ($(OSNAME), Linux)
857
857
ifeq ($(ARCH), x86_64)
858
- FLANG_VENDOR := $(shell expr `$(FC) --version|cut -f 1 -d "."|head -1`)
858
+ FLANG_VENDOR := $(shell `$(FC) --version|cut -f 1 -d "."|head -1`)
859
859
ifeq ($(FLANG_VENDOR),AOCC)
860
860
FCOMMON_OPT += -fno-unroll-loops
861
861
endif
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ ifneq ($(BUILD_COMPLEX16),1)
507
507
endif
508
508
509
509
FUNCOBJS = $(SBEXTOBJS ) $(CXERBLAOBJS ) $(SBBLASOBJS ) $(SBLASOBJS ) $(DBLASOBJS ) $(CBLASOBJS ) $(ZBLASOBJS )
510
- $(info FUNCOBJS = {[$(FUNCOBJS)]} )
510
+
511
511
ifdef EXPRECISION
512
512
FUNCOBJS += $(QBLASOBJS ) $(XBLASOBJS )
513
513
endif
You can’t perform that action at this time.
0 commit comments