3 lines
95 B
Bash
3 lines
95 B
Bash
#!/bin/bash
|
|
COMPILER_OPTS="CC=cc CXX=CC FC=ftn F77=tfn"
|
|
COMPILER_VERSION_CMD="cc -dumpversion"
|