File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -783,7 +783,7 @@ endif
783
783
784
784
ifeq ($(F_COMPILER), FLANG)
785
785
CCOMMON_OPT += -DF_INTERFACE_FLANG
786
- FCOMMON_OPT += -frecursive
786
+ FCOMMON_OPT += -Mrecursive -Kieee
787
787
ifdef BINARY64
788
788
ifdef INTERFACE64
789
789
ifneq ($(INTERFACE64), 0)
@@ -797,11 +797,6 @@ endif
797
797
ifeq ($(USE_OPENMP), 1)
798
798
FCOMMON_OPT += -fopenmp
799
799
endif
800
- #ifeq ($(OSNAME), Linux)
801
- #ifeq ($(ARCH), x86_64)
802
- #FLANG_VENDOR := $(shell expr `$(FC) --version|cut -f 1 -d "."|head -1`)
803
- #endif
804
- #endif
805
800
endif
806
801
807
802
ifeq ($(F_COMPILER), G77)
@@ -1276,7 +1271,6 @@ endif
1276
1271
1277
1272
override CFLAGS += $(COMMON_OPT) $(CCOMMON_OPT) -I$(TOPDIR)
1278
1273
override PFLAGS += $(COMMON_OPT) $(CCOMMON_OPT) -I$(TOPDIR) -DPROFILE $(COMMON_PROF)
1279
- #ifeq ($(FLANG_VENDOR),AOCC)
1280
1274
ifeq ($(F_COMPILER),FLANG)
1281
1275
override FFLAGS += $(filter-out -O2 -O3,$(COMMON_OPT)) -O1 $(FCOMMON_OPT)
1282
1276
else
You can’t perform that action at this time.
0 commit comments