summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
l---------lib/spack/env/cxx1
-rw-r--r--lib/spack/spack/compilers/nag.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/spack/env/cxx b/lib/spack/env/cxx
deleted file mode 120000
index 2652f5f42c..0000000000
--- a/lib/spack/env/cxx
+++ /dev/null
@@ -1 +0,0 @@
-cc \ No newline at end of file
diff --git a/lib/spack/spack/compilers/nag.py b/lib/spack/spack/compilers/nag.py
index f1cc6be0d5..527a05a090 100644
--- a/lib/spack/spack/compilers/nag.py
+++ b/lib/spack/spack/compilers/nag.py
@@ -16,7 +16,7 @@ class Nag(Compiler):
# Named wrapper links within spack.build_env_path
link_paths = { # Use default wrappers for C and C++, in case provided in compilers.yaml
'cc' : 'cc',
- 'cxx' : 'cxx',
+ 'cxx' : 'c++',
'f77' : 'nag/nagfor',
'fc' : 'nag/nagfor' }