CXXFLAGSO="$CXXFLAGSO -march=native"
dnl Also set the mode for f77 compiler
- F77FLAGSO="$F77FLAGSO -march=native
+ F77FLAGSO="$F77FLAGSO -march=native"
;;
esac
;;
#! /bin/sh
-# From configure.in Revision: 19175 .
+# From configure.in Revision: 19226 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for deal.II 6.3.pre.
#
;;
esac
;;
+
+ native)
+ { echo "$as_me:$LINENO: result: native processor variant" >&5
+echo "${ECHO_T}native processor variant" >&6; }
+ case "$GXX_VERSION" in
+ gcc*)
+ CXXFLAGSO="$CXXFLAGSO -march=native"
+
+ F77FLAGSO="$F77FLAGSO -march=native"
+ ;;
+ esac
+ ;;
+
*)
{ echo "$as_me:$LINENO: result: none given or not recognized" >&5
echo "${ECHO_T}none given or not recognized" >&6; }
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams