Skip to content
Snippets Groups Projects
Commit f86268de authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

Update message

parent 6e4447c7
No related branches found
No related tags found
1 merge request!34Resolve "Default value for GCC_ARCH"
...@@ -50,7 +50,7 @@ unset try_mpsd_elpa_version ...@@ -50,7 +50,7 @@ unset try_mpsd_elpa_version
echo "-------------------------------------------------------------------------------" >&2 echo "-------------------------------------------------------------------------------" >&2
echo "configure output has been saved to 00-configure.log" >&2 echo "configure output has been saved to 00-configure.log" >&2
if [ "x${GCC_ARCH-}" = x ] ; then if [ "x${GCC_ARCH-}" = x ] ; then
echo "Disabled hardware optimization. Set \$GCC_ARCH to the target microarchitecture." >&2 echo "Using native hardware optimization. \nTo manually configure the optimization microarchitecture, please set it in \$GCC_ARCH." >&2
else else
echo "Enabled hardware optimization for '$GCC_ARCH' microarchitecture." >&2 echo "Enabled hardware optimization for '$GCC_ARCH' microarchitecture." >&2
fi fi
......
...@@ -49,7 +49,7 @@ unset try_mpsd_elpa_version ...@@ -49,7 +49,7 @@ unset try_mpsd_elpa_version
echo "-------------------------------------------------------------------------------" >&2 echo "-------------------------------------------------------------------------------" >&2
echo "configure output has been saved to 00-configure.log" >&2 echo "configure output has been saved to 00-configure.log" >&2
if [ "x${GCC_ARCH-}" = x ] ; then if [ "x${GCC_ARCH-}" = x ] ; then
echo "Disabled hardware optimization. Set \$GCC_ARCH to the target microarchitecture." >&2 echo "Using native hardware optimization. \nTo manually configure the optimization microarchitecture, please set it in \$GCC_ARCH." >&2
else else
echo "Enabled hardware optimization for '$GCC_ARCH' microarchitecture." >&2 echo "Enabled hardware optimization for '$GCC_ARCH' microarchitecture." >&2
fi fi
......
...@@ -42,7 +42,7 @@ unset try_mpsd_elpa_version ...@@ -42,7 +42,7 @@ unset try_mpsd_elpa_version
echo "-------------------------------------------------------------------------------" >&2 echo "-------------------------------------------------------------------------------" >&2
echo "configure output has been saved to 00-configure.log" >&2 echo "configure output has been saved to 00-configure.log" >&2
if [ "x${GCC_ARCH-}" = x ] ; then if [ "x${GCC_ARCH-}" = x ] ; then
echo "Disabled hardware optimization. Set \$GCC_ARCH to the target microarchitecture." >&2 echo "Using native hardware optimization. \nTo manually configure the optimization microarchitecture, please set it in \$GCC_ARCH." >&2
else else
echo "Enabled hardware optimization for '$GCC_ARCH' microarchitecture." >&2 echo "Enabled hardware optimization for '$GCC_ARCH' microarchitecture." >&2
fi fi
......
...@@ -50,7 +50,7 @@ unset try_mpsd_elpa_version ...@@ -50,7 +50,7 @@ unset try_mpsd_elpa_version
echo "-------------------------------------------------------------------------------" >&2 echo "-------------------------------------------------------------------------------" >&2
echo "configure output has been saved to 00-configure.log" >&2 echo "configure output has been saved to 00-configure.log" >&2
if [ "x${GCC_ARCH-}" = x ] ; then if [ "x${GCC_ARCH-}" = x ] ; then
echo "Disabled hardware optimization. Set \$GCC_ARCH to the target microarchitecture." >&2 echo "Using native hardware optimization. \nTo manually configure the optimization microarchitecture, please set it in \$GCC_ARCH." >&2
else else
echo "Enabled hardware optimization for '$GCC_ARCH' microarchitecture." >&2 echo "Enabled hardware optimization for '$GCC_ARCH' microarchitecture." >&2
fi fi
......
...@@ -49,7 +49,7 @@ unset try_mpsd_elpa_version ...@@ -49,7 +49,7 @@ unset try_mpsd_elpa_version
echo "-------------------------------------------------------------------------------" >&2 echo "-------------------------------------------------------------------------------" >&2
echo "configure output has been saved to 00-configure.log" >&2 echo "configure output has been saved to 00-configure.log" >&2
if [ "x${GCC_ARCH-}" = x ] ; then if [ "x${GCC_ARCH-}" = x ] ; then
echo "Disabled hardware optimization. Set \$GCC_ARCH to the target microarchitecture." >&2 echo "Using native hardware optimization. \nTo manually configure the optimization microarchitecture, please set it in \$GCC_ARCH." >&2
else else
echo "Enabled hardware optimization for '$GCC_ARCH' microarchitecture." >&2 echo "Enabled hardware optimization for '$GCC_ARCH' microarchitecture." >&2
fi fi
......
...@@ -44,7 +44,7 @@ unset try_mpsd_elpa_version ...@@ -44,7 +44,7 @@ unset try_mpsd_elpa_version
echo "-------------------------------------------------------------------------------" >&2 echo "-------------------------------------------------------------------------------" >&2
echo "configure output has been saved to 00-configure.log" >&2 echo "configure output has been saved to 00-configure.log" >&2
if [ "x${GCC_ARCH-}" = x ] ; then if [ "x${GCC_ARCH-}" = x ] ; then
echo "Disabled hardware optimization. Set \$GCC_ARCH to the target microarchitecture." >&2 echo "Using native hardware optimization. \nTo manually configure the optimization microarchitecture, please set it in \$GCC_ARCH." >&2
else else
echo "Enabled hardware optimization for '$GCC_ARCH' microarchitecture." >&2 echo "Enabled hardware optimization for '$GCC_ARCH' microarchitecture." >&2
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment