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 ...@@ -40,7 +40,7 @@ while [ $DIR != "/" ] ; do
done done
if [ $with_sulong = 1 ] && [ "$FASTR_SULONG_IGNORE" = "" ] ; then 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 else
g++ $@ g++ $@
fi fi
......
...@@ -40,7 +40,7 @@ while [ $DIR != "/" ] ; do ...@@ -40,7 +40,7 @@ while [ $DIR != "/" ] ; do
done done
if [ $with_sulong = 1 ] && [ "$FASTR_SULONG_IGNORE" = "" ] ; then 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 else
gcc $@ gcc $@
fi fi
......
...@@ -40,7 +40,7 @@ while [ $DIR != "/" ] ; do ...@@ -40,7 +40,7 @@ while [ $DIR != "/" ] ; do
done done
if [ $with_sulong = 1 ] && [ "$FASTR_SULONG_IGNORE" = "" ] ; then 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 else
cpp $@ cpp $@
fi fi
...@@ -40,7 +40,7 @@ while [ $DIR != "/" ] ; do ...@@ -40,7 +40,7 @@ while [ $DIR != "/" ] ; do
done done
if [ $with_sulong = 1 ] && [ "$FASTR_SULONG_IGNORE" = "" ] ; then 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 else
gfortran $@ gfortran $@
fi 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