rpms/condor/devel DetectGCC432.patch, NONE, 1.1 DetectGCC431.patch, 1.3, NONE

Matthew Farrellee matt at fedoraproject.org
Wed Oct 8 14:52:08 UTC 2008


Author: matt

Update of /cvs/pkgs/rpms/condor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27683

Added Files:
	DetectGCC432.patch 
Removed Files:
	DetectGCC431.patch 
Log Message:
Ugh, gcc 4.3.2 now

DetectGCC432.patch:

--- NEW FILE DetectGCC432.patch ---
diff -ru condor-7.0.2.orig/src/configure.ac condor-7.0.2/src/configure.ac
--- condor-7.0.2.orig/src/configure.ac	2008-06-11 10:04:54.000000000 -0500
+++ condor-7.0.2/src/configure.ac	2008-06-11 10:04:07.000000000 -0500
@@ -877,6 +877,12 @@
     CompilerMinor="2"
     CompilerPatch="1"
     ;;
+ "4.3.2" )
+    CompilerKind="GCC"
+    CompilerMajor="4"
+    CompilerMinor="3"
+    CompilerPatch="2"
+    ;;
  * )
     if test "x$enable_gcc_version_check" = "xyes"; then
       AC_MSG_RESULT([ERROR])


--- DetectGCC431.patch DELETED ---




More information about the scm-commits mailing list