]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Recognize gcc3.2
authorthird-party <third-party@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 11 Mar 2002 14:24:17 +0000 (14:24 +0000)
committerthird-party <third-party@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 11 Mar 2002 14:24:17 +0000 (14:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@5561 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index a833c5aef46d7c5afadf61bdff80e40f1a8fb87f..f6c476b81325a532350845aaac70c09a615002db 100644 (file)
@@ -52,6 +52,10 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl
        AC_MSG_RESULT(C++ compiler is gcc-3.1)
        GXX_VERSION=gcc3.1
        ;;
+      *3.2*)
+       AC_MSG_RESULT(C++ compiler is gcc-3.2)
+       GXX_VERSION=gcc3.2
+       ;;
       *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
@@ -431,6 +435,10 @@ AC_DEFUN(DEAL_II_DETERMINE_F77_BRAND, dnl
          AC_MSG_RESULT(F77 compiler is gcc-3.1)
          F77_VERSION=gcc3.1
          ;;
+        *3.2*)
+         AC_MSG_RESULT(F77 compiler is gcc-3.2)
+         F77_VERSION=gcc3.2
+         ;;
         *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
@@ -502,7 +510,7 @@ dnl -------------------------------------------------------------
 AC_DEFUN(DEAL_II_SET_F77_FLAGS, dnl
 [
   case "$F77_VERSION" in
-    egcs-1.1 | gcc2.95 | gcc2.96 | gcc2.97 | gcc3.0 | gcc3.1)
+    egcs-1.1 | gcc2.95 | gcc2.96 | gcc2.97 | gcc3.0 | gcc3.1 | gcc3.2)
         F77FLAGSG="$FFLAGS -ggdb -DDEBUG -pedantic -W -Wall"
         F77FLAGSO="$FFLAGS -O2"
   

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.