Skip to content

Commit f8c5bdf

Browse files
authored
Treat Fujitsu fcc on Fugaku like clang
1 parent 70001e1 commit f8c5bdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.arm64

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ ifneq ($(C_COMPILER), PGI)
33
ifeq ($(C_COMPILER), CLANG)
44
ISCLANG=1
55
endif
6+
ifeq ($(C_COMPILER), FUJITSU)
7+
ISCLANG=1
8+
endif
69
ifneq (1, $(filter 1,$(GCCVERSIONGT4) $(ISCLANG)))
710
CCOMMON_OPT += -march=armv8-a
811
ifneq ($(F_COMPILER), NAG)

0 commit comments

Comments
 (0)