Skip to content
Snippets Groups Projects
Commit cfeea530 authored by Henning Glawe's avatar Henning Glawe
Browse files

set CC and FC also explicitly in serial toolchains

parent e67a3c1e
No related branches found
No related tags found
1 merge request!28Resolve "Improve octopus configure wrappers"
export CC="gcc"
export CFLAGS="${GCC_ARCH:+-march=$GCC_ARCH }-O2 -g -fno-var-tracking-assignments" export CFLAGS="${GCC_ARCH:+-march=$GCC_ARCH }-O2 -g -fno-var-tracking-assignments"
export FC="gfortran"
export FCFLAGS="${GCC_ARCH:+-march=$GCC_ARCH }-O2 -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz" export FCFLAGS="${GCC_ARCH:+-march=$GCC_ARCH }-O2 -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz"
#HG: ugly hack to include rpath while linking #HG: ugly hack to include rpath while linking
......
export CC="gcc"
export CFLAGS="${GCC_ARCH:+-march=$GCC_ARCH }-O2 -g -fno-var-tracking-assignments" export CFLAGS="${GCC_ARCH:+-march=$GCC_ARCH }-O2 -g -fno-var-tracking-assignments"
export FC="gfortran"
export FCFLAGS="${GCC_ARCH:+-march=$GCC_ARCH }-O2 -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz" export FCFLAGS="${GCC_ARCH:+-march=$GCC_ARCH }-O2 -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz"
#HG: ugly hack to include rpath while linking #HG: ugly hack to include rpath while linking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment