testsuite: ppc64le RTS does not have -rtsopts=-N
This commit is contained in:
parent
2028c84a17
commit
74a868708c
@ -98,6 +98,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
|
||||
# End cabal-rpm setup
|
||||
|
||||
%ifarch ppc64le
|
||||
sed -e "s/ -rtsopts -with-rtsopts=-N//" %{pkg_name}.cabal
|
||||
%endif
|
||||
|
||||
|
||||
%build
|
||||
# Begin cabal-rpm build:
|
||||
|
Loading…
Reference in New Issue
Block a user