aboutsummaryrefslogtreecommitdiff
path: root/src/fpm_compiler.f90
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-04-09 14:48:03 +0100
committerLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-04-09 14:48:03 +0100
commit079e7da06181a6dc9cee6f8f3b1b1c4ebde9e573 (patch)
tree0da3ed57a915fecb9fff38b9d95d3334126922c3 /src/fpm_compiler.f90
parent8c5763bdabe2374b83c83b8285bdc9c28730ae54 (diff)
downloadfpm-079e7da06181a6dc9cee6f8f3b1b1c4ebde9e573.tar.gz
fpm-079e7da06181a6dc9cee6f8f3b1b1c4ebde9e573.zip
Update compiler ids from rebase.
Diffstat (limited to 'src/fpm_compiler.f90')
-rw-r--r--src/fpm_compiler.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fpm_compiler.f90 b/src/fpm_compiler.f90
index dcfd101..75bd3be 100644
--- a/src/fpm_compiler.f90
+++ b/src/fpm_compiler.f90
@@ -345,10 +345,10 @@ subroutine get_default_c_compiler(f_compiler, c_compiler)
select case(id)
- case(id_intel_classic)
+ case(id_intel_classic_nix, id_intel_classic_mac, id_intel_classic_windows, id_intel_classic_unknown)
c_compiler = 'icc'
- case(id_intel_llvm)
+ case(id_intel_llvm_nix,id_intel_llvm_windows, id_intel_llvm_unknown)
c_compiler = 'icx'
case(id_flang)