Accepting request 634780 from devel:languages:haskell
OBS-URL: https://build.opensuse.org/request/show/634780 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc?expand=0&rev=64
This commit is contained in:
commit
daaa100947
@ -1,8 +1,9 @@
|
||||
--- ghc-8.4.2.orig/llvm-targets 2018-05-17 16:06:42.339933828 +0200
|
||||
+++ ghc-8.4.2/llvm-targets 2018-05-17 16:06:55.035989908 +0200
|
||||
@@ -4,6 +4,7 @@
|
||||
--- ghc-8.4.3.orig/llvm-targets 2018-09-02 07:51:17.989930822 +0200
|
||||
+++ ghc-8.4.3/llvm-targets 2018-09-03 16:21:30.155981907 +0200
|
||||
@@ -4,6 +4,8 @@
|
||||
,("arm-unknown-linux-gnueabihf", ("e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64", "arm1176jzf-s", "+strict-align"))
|
||||
,("armv6-unknown-linux-gnueabihf", ("e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64", "arm1136jf-s", "+strict-align"))
|
||||
+,("armv6l-unknown-linux-gnueabihf", ("e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64", "arm1136jf-s", "+strict-align"))
|
||||
,("armv7-unknown-linux-gnueabihf", ("e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64", "generic", ""))
|
||||
+,("armv7l-unknown-linux-gnueabihf", ("e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64", "generic", ""))
|
||||
,("aarch64-unknown-linux-gnu", ("e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128", "generic", "+neon"))
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 6 15:19:54 UTC 2018 - mmanu84@outlook.de
|
||||
|
||||
- Fix armv6 build by adding armv6l to llvm-targets:
|
||||
* change add_armv7l_target.patch to add_armv6l_and_armv7l_target.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 14:26:09 UTC 2018 - psimons@suse.com
|
||||
|
||||
|
4
ghc.spec
4
ghc.spec
@ -80,8 +80,8 @@ Requires: ghc-ghc-devel = %{version}-%{release}
|
||||
Requires: ghc-libraries = %{version}-%{release}
|
||||
Source: http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.xz
|
||||
Source1: ghc-rpmlintrc
|
||||
# PATCH-FIX-UPSTREAM add_armv7l_target.patch - add armv7l target to llvm targets
|
||||
Patch0: add_armv7l_target.patch
|
||||
# PATCH-FIX-UPSTREAM add_armv6l_and_armv7l_target.patch - add armv6l and armv7l target to llvm targets
|
||||
Patch0: add_armv6l_and_armv7l_target.patch
|
||||
# PATCH-FIX-UPSTREAM fix-ppc64le-recognition.patch ptrommler@icloud.com -- Recognize powerpc64le as PPC64 in cabal files.
|
||||
Patch1: fix-ppc64le-recognition.patch
|
||||
# PATCH-FIX-UPSTREAM ghc-pie.patch - set linux as default PIE platform
|
||||
|
Loading…
x
Reference in New Issue
Block a user