[llvm/f16] Update list of supported versions

Michel Alexandre Salim salimma at fedoraproject.org
Sun Mar 11 12:06:08 UTC 2012


commit be1b566f34bbf3a16b6c1c51388584e327af60a3
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun Mar 11 19:05:58 2012 +0700

    Update list of supported versions

 clang-2.9-add_gcc_vers.patch |    6 +++---
 llvm.spec                    |    7 +++++--
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/clang-2.9-add_gcc_vers.patch b/clang-2.9-add_gcc_vers.patch
index b88e51b..b67c9d4 100644
--- a/clang-2.9-add_gcc_vers.patch
+++ b/clang-2.9-add_gcc_vers.patch
@@ -1,11 +1,11 @@
---- clang-2.9/lib/Driver/ToolChains.cpp.add_gcc_vers	2011-03-21 22:29:27.000000000 +0100
-+++ clang-2.9/lib/Driver/ToolChains.cpp	2011-08-01 18:20:29.504194241 +0200
+--- clang-2.9/lib/Driver/ToolChains.cpp.add_gcc_vers	2011-03-22 04:29:27.000000000 +0700
++++ clang-2.9/lib/Driver/ToolChains.cpp	2012-03-11 19:01:41.071434042 +0700
 @@ -1449,7 +1449,8 @@
        GccTriple = "i586-suse-linux";
    }
  
 -  const char* GccVersions[] = {"4.5.2", "4.5.1", "4.5", "4.4.5", "4.4.4",
-+  const char* GccVersions[] = {"4.6.2", "4.6.1", "4.6.0",
++  const char* GccVersions[] = {"4.6.3", "4.6.2", "4.6.1", "4.6.0",
 +                               "4.5.2", "4.5.1", "4.5", "4.4.5", "4.4.4",
                                 "4.4.3", "4.4", "4.3.4", "4.3.3", "4.3.2",
                                 "4.3", "4.2.4", "4.2.3", "4.2.2", "4.2.1",
diff --git a/llvm.spec b/llvm.spec
index 612a867..b7bce3e 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -5,7 +5,7 @@
 
 # prior to 3.0, clang header paths are hard-coded and need
 # adjustment whenever there's a new GCC version
-%global gcc_version 4.6.2
+%global gcc_version 4.6.3
 
 %ifarch s390 s390x sparc64
   # No ocaml on these arches
@@ -19,7 +19,7 @@
 
 Name:           llvm
 Version:        2.9
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        The Low Level Virtual Machine
 
 Group:          Development/Languages
@@ -476,6 +476,9 @@ exit 0
 
 
 %changelog
+* Sun Mar 11 2012 Michel Salim <salimma at fedoraproject.org> - 2.9-8
+- Update list of supported versions
+
 * Sun Mar 11 2012 Michel Salim <salimma at fedoraproject.org> - 2.9-7
 - Rebuild for GCC 4.6.3
 


More information about the scm-commits mailing list