Added compiler config for gcc on hawk.
This commit is contained in:
parent
af60fa6d96
commit
a09156427b
1 changed files with 3 additions and 0 deletions
3
etc/platform-configs/hawk/compiler/gcc
Normal file
3
etc/platform-configs/hawk/compiler/gcc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
COMPILER_OPTS="CC=gcc CXX=g++ F77=gfortran FC=gfortran"
|
||||||
|
COMPILER_VERSION_CMD="gcc -dumpversion"
|
Loading…
Reference in a new issue