Skip to content
Snippets Groups Projects
Commit 7c5c344d authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

change default to gcc

[[Imported from SVN: r820]]
parent 4d07b530
No related branches found
No related tags found
No related merge requests found
......@@ -50,10 +50,10 @@ for OPT in $* ; do
esac
done
# use the nonfree compiler as default :-(
# use the free compiler as default
if [ "$COMPSET" != "1" ] ; then
echo "No compiler set, using Intel compiler as default"
. ./icc.opts
echo "No compiler set, using GNU compiler as default"
. ./gcc.opts
fi
# create flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment