temporary bootstrap build for ARM with llvm-3.3 fix
This commit is contained in:
parent
0752284aa9
commit
a044dc3f8a
19
ghc.spec
19
ghc.spec
@ -2,10 +2,10 @@
|
|||||||
# (disabled for other archs in ghc-rpm-macros)
|
# (disabled for other archs in ghc-rpm-macros)
|
||||||
|
|
||||||
# To bootstrap build a new version of ghc, uncomment the following:
|
# To bootstrap build a new version of ghc, uncomment the following:
|
||||||
#%%global ghc_bootstrapping 1
|
%global ghc_bootstrapping 1
|
||||||
#%%{?ghc_bootstrap}
|
%{?ghc_bootstrap}
|
||||||
#%%global without_testsuite 1
|
%global without_testsuite 1
|
||||||
#%%global without_haddock 1
|
%global without_haddock 1
|
||||||
|
|
||||||
# To do a test build instead with shared libs, uncomment the following:
|
# To do a test build instead with shared libs, uncomment the following:
|
||||||
#%%global ghc_bootstrapping 1
|
#%%global ghc_bootstrapping 1
|
||||||
@ -29,7 +29,7 @@ Version: 7.6.3
|
|||||||
# - release can only be reset if *all* library versions get bumped simultaneously
|
# - release can only be reset if *all* library versions get bumped simultaneously
|
||||||
# (sometimes after a major release)
|
# (sometimes after a major release)
|
||||||
# - minor release numbers for a branch should be incremented monotonically
|
# - minor release numbers for a branch should be incremented monotonically
|
||||||
Release: 16%{?dist}
|
Release: 14.1%{?dist}
|
||||||
Summary: Glasgow Haskell Compiler
|
Summary: Glasgow Haskell Compiler
|
||||||
|
|
||||||
License: %BSDHaskellReport
|
License: %BSDHaskellReport
|
||||||
@ -439,13 +439,8 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 11 2013 Jens Petersen <petersen@redhat.com> - 7.6.3-16
|
* Wed Jul 24 2013 Jens Petersen <petersen@redhat.com> - 7.6.3-14.1
|
||||||
- revert the executable stack patch since it didn't fully fix the problem
|
- temporary bootstrap build for ARM with llvm-3.3 fix
|
||||||
and yet changed the ghc library hash
|
|
||||||
|
|
||||||
* Wed Jul 10 2013 Jens Petersen <petersen@redhat.com> - 7.6.3-15
|
|
||||||
- turn off executable stack flag in executables (#973512)
|
|
||||||
(thanks Edward Zhang for upstream patch and Dhiru Kholia for report)
|
|
||||||
|
|
||||||
* Tue Jun 25 2013 Jens Petersen <petersen@redhat.com> - 7.6.3-14
|
* Tue Jun 25 2013 Jens Petersen <petersen@redhat.com> - 7.6.3-14
|
||||||
- fix compilation with llvm-3.3 (#977652)
|
- fix compilation with llvm-3.3 (#977652)
|
||||||
|
Loading…
Reference in New Issue
Block a user