]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo in aclocal.m4. Regenerate configure.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 20 Aug 2009 22:11:34 +0000 (22:11 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 20 Aug 2009 22:11:34 +0000 (22:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@19322 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index f0e9c21d185ea682c97059b60ed12234bbc32629..06b26a3d0842a2dd486a0ea580f0d6433d741642 100644 (file)
@@ -2021,7 +2021,7 @@ AC_DEFUN(DEAL_II_CHECK_CPU_OPTIMIZATIONS, dnl
              CXXFLAGSO="$CXXFLAGSO -march=native"
 
              dnl Also set the mode for f77 compiler
-             F77FLAGSO="$F77FLAGSO -march=native
+             F77FLAGSO="$F77FLAGSO -march=native"
           ;;
         esac
         ;;
index 9d9912ec41c50821a6fab1d655fbd637f585540d..b88a77205e7312d75b894aae4e5d0872d1c491a5 100755 (executable)
@@ -1,5 +1,5 @@
 #! /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.
 #
@@ -16783,6 +16783,19 @@ echo "${ECHO_T}x86 derivate ($withcpu)" >&6; }
           ;;
         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


Typeset in Trocchi and Trocchi Bold Sans Serif.