2014-06-27 01:20:13 +00:00
|
|
|
# Macros needed for building srpms of Haskell packages
|
|
|
|
|
2015-02-17 08:53:04 +00:00
|
|
|
# from ghc-7.8 ghci is supported on all arch's
|
2016-03-07 14:34:12 +00:00
|
|
|
# former archs: armv5tel ppc sparcv9
|
|
|
|
%ghc_arches_with_ghci %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x %{mips}
|
2014-06-27 01:34:10 +00:00
|
|
|
|
|
|
|
# ghc_arches is not used in current packages but still here for back compat
|
2016-03-07 14:34:12 +00:00
|
|
|
# former archs: alpha ppc sparcv9 armv5tel
|
2015-02-17 08:53:04 +00:00
|
|
|
%ghc_arches %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x
|