Compare commits

...

6 Commits
master ... f17

Author SHA1 Message Date
Michel Alexandre Salim dd5f93537b Disable Gold linker on RHEL <= 6 2012-11-18 22:23:26 +07:00
Michel Alexandre Salim 479366c921 Manually fix up llvm.spec 2012-11-18 18:42:03 +07:00
Michel Alexandre Salim f78ae5217d Merge branch 'f18' into f17 2012-11-18 18:34:19 +07:00
Michel Alexandre Salim b478ad2eb8 Rebuild for GCC 4.7.2 2012-09-24 15:41:51 +07:00
Karsten Hopp af0b4171ce disable tests on PPC* similar to arm 2012-05-09 13:55:21 +02:00
Peter Robinson a688f114d5 Disabling test suit on ARM for F-17 release as it causes weird build issues 2012-05-06 09:05:31 +01:00
1 changed files with 11 additions and 34 deletions

View File

@ -28,11 +28,15 @@ ExcludeArch: s390 s390x ppc ppc64
# gold linker support
# arch list from binutils spec
%global gold_arches %ix86 x86_64
%if 0%{?rhel} >= 7 || 0%{?fedora}
%ifarch %gold_arches
%bcond_without gold
%else
%bcond_with gold
%endif
%else
%bcond_with gold
%endif
Name: llvm
Version: 3.1
@ -556,44 +560,17 @@ exit 0
%endif
%changelog
* Mon Sep 24 2012 Michel Salim <salimma@fedoraproject.org> - 3.1-11
- Actually build against GCC 4.7.2
* Sun Nov 18 2012 Michel Salim <salimma@fedoraproject.org> - 3.1-11
- Backport llvm-3.1-11.fc18
* Mon Sep 24 2012 Michel Salim <salimma@fedoraproject.org> - 3.1-10
* Mon Sep 24 2012 Michel Salim <salimma@fedoraproject.org> - 3.0-14
- Rebuild for GCC 4.7.2
* Tue Aug 14 2012 Dan Horák <dan[at]danny.cz> - 3.1-9
- Apply clang patches only when clang is being built
* Wed May 09 2012 Karsten Hopp <karsten@redhat.com> 3.0-13
- disable tests on PPC* similar to arm
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jul 13 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1-7
- Rename patch as it actually fixes Haskell
* Thu Jul 12 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1-6
- Add patch to fix building OCAML on ARM
* Wed Jul 4 2012 Michel Salim <salimma@fedoraproject.org> - 3.1-5
- Actually set runtime dependency on libstdc++ 4.7.1
* Mon Jul 2 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1-4
- Rebuild for new libstdc++ bump
* Sun Jun 10 2012 Richard W.M. Jones <rjones@redhat.com> - 3.1-3
- Rebuild for OCaml 4.00.0.
* Fri Jun 8 2012 Michel Salim <salimma@fedoraproject.org> - 3.1-2
- Rebuild for ocaml 4.00.0 beta
* Sun Jun 03 2012 Dave Airlie <airlied@redhat.com> 3.1-1
- rebase to 3.1 + add r600 patches from Tom Stellar
* Fri May 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.0-13
- Add compiler build options for ARM hardfp
* Sun May 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.0-12
- Bump build
* Sat May 5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.0-12
- Disabling test suit on ARM for F-17 release as it causes weird build issues
* Fri Mar 30 2012 Michel Alexandre Salim <michel@hermione.localdomain> - 3.0-11
- Replace overly-broad dependency on gcc-c++ with gcc and libstdc++-devel