diff options
Diffstat (limited to 'config/linux')
-rw-r--r-- | config/linux | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/linux b/config/linux index 3f10d92..ab397a1 100644 --- a/config/linux +++ b/config/linux @@ -33,9 +33,8 @@ # $debug $warn -DH5F_LOW_DFLT=H5F_LOW_SEC2 # -# Unconditionally set the compiler to gcc since the following flags -# only apply to that compiler. -CC=gcc +# The following flags only apply to the gcc compiler. +CC=${CC:-gcc} |