Skip to content
Snippets Groups Projects
Commit d9e35c65 authored by Mick Jordan's avatar Mick Jordan Committed by Lukas Stadler
Browse files

ensure correct mx primary suite for llvm compiler wrappers

parent e1d357d0
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ while [ $DIR != "/" ] ; do
done
if [ $with_sulong = 1 ] && [ "$FASTR_SULONG_IGNORE" = "" ] ; then
mx --dynamicimport sulong fastr-c++ $@
MX_PRIMARY_SUITE_PATH=$DIR/fastr mx --dynamicimport sulong fastr-c++ $@
else
g++ $@
fi
......
......@@ -40,7 +40,7 @@ while [ $DIR != "/" ] ; do
done
if [ $with_sulong = 1 ] && [ "$FASTR_SULONG_IGNORE" = "" ] ; then
mx --dynamicimport sulong fastr-cc $@
MX_PRIMARY_SUITE_PATH=$DIR/fastr mx --dynamicimport sulong fastr-cc $@
else
gcc $@
fi
......
......@@ -40,7 +40,7 @@ while [ $DIR != "/" ] ; do
done
if [ $with_sulong = 1 ] && [ "$FASTR_SULONG_IGNORE" = "" ] ; then
mx --dynamicimport sulong fastr-cpp $@
MX_PRIMARY_SUITE_PATH=$DIR/fastr mx --dynamicimport sulong fastr-cpp $@
else
cpp $@
fi
......@@ -40,7 +40,7 @@ while [ $DIR != "/" ] ; do
done
if [ $with_sulong = 1 ] && [ "$FASTR_SULONG_IGNORE" = "" ] ; then
mx --dynamicimport sulong fastr-fc $@
MX_PRIMARY_SUITE_PATH=$DIR/fastr mx --dynamicimport sulong fastr-fc $@
else
gfortran $@
fi
......
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