Skip to content
Snippets Groups Projects
Commit ab5d336f authored by Ulrich Schwickerath's avatar Ulrich Schwickerath
Browse files

bug fix for tcsh

parent 6cb05b58
No related branches found
No related tags found
1 merge request!31Limitted support for v91f
...@@ -59,7 +59,7 @@ if ( $gccversion < 10 ) then ...@@ -59,7 +59,7 @@ if ( $gccversion < 10 ) then
FOPT+=" -fno-range-check " FOPT+=" -fno-range-check "
endif endif
# Darwin/MacOS # Darwin/MacOS
osname=`uname -s` setenv osname `uname -s`
if ( $osname == "Darwin" ) then if ( $osname == "Darwin" ) then
setenv LOPT "-Wl,-ld_classic,-dead_strip" setenv LOPT "-Wl,-ld_classic,-dead_strip"
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment