Revert "Use --with-setjmp-type=setjmp on aarch64 to work around gcc issue (#1545239)"

This reverts commit a3207ebb16.

This should not be needed, since changes in GCC were reverted.
This commit is contained in:
Vít Ondruch 2018-04-10 09:09:46 +02:00
parent f571c557e2
commit ecbc53b331
1 changed files with 1 additions and 3 deletions

View File

@ -560,9 +560,6 @@ autoconf
--with-ruby-version='' \
--enable-multiarch \
--with-prelude=./abrt_prelude.rb \
%ifarch aarch64
--with-setjmp-type=setjmp \
%endif
# Q= makes the build output more verbose and allows to check Fedora
# compiler options.
@ -1075,6 +1072,7 @@ make check TESTS="-v $DISABLE_TESTS"
%changelog
* Tue Apr 10 2018 Vít Ondruch <vondruch@redhat.com> - 2.5.1-92
- Conflict requirement needs to generate dependency.
- Stop using --with-setjmp-type=setjmp on aarch64 (rhbz#1545239).
* Thu Mar 29 2018 Pavel Valena <pvalena@redhat.com> - 2.5.1-92
- Update to Ruby 2.5.1.