full build for ARM

This commit is contained in:
Jens Petersen 2012-04-28 13:37:49 +09:00
parent 3443bff0bf
commit 8dcd7bb8c1
1 changed files with 10 additions and 8 deletions

View File

@ -2,10 +2,10 @@
# (disabled for other archs in ghc-rpm-macros)
# To bootstrap a new version of ghc, uncomment the following:
%global ghc_bootstrapping 1
%{?ghc_bootstrap}
%global without_hscolour 1
%global without_testsuite 1
#%%global ghc_bootstrapping 1
#%%{?ghc_bootstrap}
#%%global without_hscolour 1
#%%global without_testsuite 1
# To do a test build instead with shared libs, uncomment the following:
#%%global ghc_bootstrapping 1
@ -30,7 +30,7 @@ Version: 7.4.1
# - release can only be reset if all library versions get bumped simultaneously
# (eg for a major release)
# - minor release numbers should be incremented monotonically
Release: 1.1%{?dist}
Release: 3%{?dist}
Summary: Glasgow Haskell Compiler
# fedora ghc has been bootstrapped on
# %{ix86} x86_64 ppc alpha sparcv9 ppc64 armv7hl armv5tel s390 s390x
@ -430,11 +430,13 @@ fi
%files libraries
%changelog
* Tue Apr 10 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-1.1
* Sat Apr 28 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-3
- build with llvm-3.0 on ARM
- remove arm from unregisterised_archs
- remove ARM from unregisterised_archs
- add 4 Debian ARM patches for armel and armhf (Iain Lane)
- bootstrap build
* Wed Mar 21 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-2
- full build
* Wed Feb 15 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-1
- update to new 7.4.1 major release