28db8095c5
- Don't use -j2 make option by default, may break some non-conforming source builts - Fix a few buglets (like LOGDIR , and when packages are NOT configure-based, aka do not create a config.log file)
3 lines
108 B
Bash
3 lines
108 B
Bash
#!/bin/bash
|
|
COMPILER_OPTS="CC=gcc CXX=g++ F77=gfortran FC=gfortran"
|
|
COMPILER_VERSION_CMD="gcc -dumpversion"
|