]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Detect gcc4.2 as f77 compiler.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 24 Aug 2007 16:30:45 +0000 (16:30 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 24 Aug 2007 16:30:45 +0000 (16:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@15039 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 14e785e893834f16c417cff34d5a3cb5c194d746..d89b7094ef143780ab4dcb0e5c0c882a5acd1e5a 100644 (file)
@@ -1385,6 +1385,14 @@ AC_DEFUN(DEAL_II_DETERMINE_F77_BRAND, dnl
          AC_MSG_RESULT(F77 compiler is gcc-4.1)
          F77_VERSION=gcc4.1
          ;;
+        *4.2*)
+         AC_MSG_RESULT(F77 compiler is gcc-4.2)
+         F77_VERSION=gcc4.2
+         ;;
+        *4.3*)
+         AC_MSG_RESULT(F77 compiler is gcc-4.3)
+         F77_VERSION=gcc4.3
+         ;;
         *2.4* | *2.5* | *2.6* | *2.7* | *2.8*)
          dnl These compilers are too old to support a useful subset
          dnl of modern C++, so we don't support them. gcc2.7.2 is 
index 1444572aea0a1612988fa671429a21447bc5c81e..926b893fb2edef0cc167f129e4a230e6bfe8efb8 100755 (executable)
@@ -10232,6 +10232,16 @@ echo "${ECHO_T}F77 compiler is gcc-4.0" >&6
 echo "${ECHO_T}F77 compiler is gcc-4.1" >&6
          F77_VERSION=gcc4.1
          ;;
+        *4.2*)
+         echo "$as_me:$LINENO: result: F77 compiler is gcc-4.2" >&5
+echo "${ECHO_T}F77 compiler is gcc-4.2" >&6
+         F77_VERSION=gcc4.2
+         ;;
+        *4.3*)
+         echo "$as_me:$LINENO: result: F77 compiler is gcc-4.3" >&5
+echo "${ECHO_T}F77 compiler is gcc-4.3" >&6
+         F77_VERSION=gcc4.3
+         ;;
         *2.4* | *2.5* | *2.6* | *2.7* | *2.8*)
                                                  echo "$as_me:$LINENO: result: F77 compiler is $G77_VERSION_STRING" >&5
 echo "${ECHO_T}F77 compiler is $G77_VERSION_STRING" >&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.