Skip to content

Commit cbbac9a

Browse files
committed
Add consistent naming for compilers in make.arch.
1 parent 9a7d1da commit cbbac9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.arch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Make your choice
2-
ARCH = x86_64-linux-gcc
2+
ARCH = x86_64-linux-gnu
33

4-
ifeq ($(ARCH),x86_64-linux-gcc)
4+
ifeq ($(ARCH),x86_64-linux-gnu)
55
FC = gfortran
66
LN = gfortran
77
FCFLAGS =

0 commit comments

Comments
 (0)