mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
Update list of supported versions
This commit is contained in:
parent
05ef344654
commit
be1b566f34
2 changed files with 8 additions and 5 deletions
|
@ -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.add_gcc_vers 2011-03-22 04:29:27.000000000 +0700
|
||||||
+++ clang-2.9/lib/Driver/ToolChains.cpp 2011-08-01 18:20:29.504194241 +0200
|
+++ clang-2.9/lib/Driver/ToolChains.cpp 2012-03-11 19:01:41.071434042 +0700
|
||||||
@@ -1449,7 +1449,8 @@
|
@@ -1449,7 +1449,8 @@
|
||||||
GccTriple = "i586-suse-linux";
|
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.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.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.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",
|
"4.3", "4.2.4", "4.2.3", "4.2.2", "4.2.1",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# prior to 3.0, clang header paths are hard-coded and need
|
# prior to 3.0, clang header paths are hard-coded and need
|
||||||
# adjustment whenever there's a new GCC version
|
# adjustment whenever there's a new GCC version
|
||||||
%global gcc_version 4.6.2
|
%global gcc_version 4.6.3
|
||||||
|
|
||||||
%ifarch s390 s390x sparc64
|
%ifarch s390 s390x sparc64
|
||||||
# No ocaml on these arches
|
# No ocaml on these arches
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 2.9
|
Version: 2.9
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
@ -476,6 +476,9 @@ exit 0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 11 2012 Michel Salim <salimma@fedoraproject.org> - 2.9-8
|
||||||
|
- Update list of supported versions
|
||||||
|
|
||||||
* Sun Mar 11 2012 Michel Salim <salimma@fedoraproject.org> - 2.9-7
|
* Sun Mar 11 2012 Michel Salim <salimma@fedoraproject.org> - 2.9-7
|
||||||
- Rebuild for GCC 4.6.3
|
- Rebuild for GCC 4.6.3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue