Accepting request 455965 from devel:gcc

- Enable Ada for s390x.

OBS-URL: https://build.opensuse.org/request/show/455965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=58
This commit is contained in:
Dominique Leuenberger 2017-02-12 23:26:03 +00:00 committed by Git OBS Bridge
commit c1d4ff63b8
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 10 10:24:49 UTC 2017 - rguenther@suse.com
- Enable Ada for s390x.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 23 12:36:58 UTC 2017 - rguenther@suse.com Mon Jan 23 12:36:58 UTC 2017 - rguenther@suse.com

View File

@ -28,10 +28,10 @@ Name: gcc
# Ada currently fails to build on a few platforms, enable it only # Ada currently fails to build on a few platforms, enable it only
# on those that work # on those that work
# Note that AdaCore only supports %ix86, x86_64 and ia64 # Note that AdaCore only supports %ix86, x86_64 and ia64
%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390 ia64 aarch64 %ifarch %ix86 x86_64 ppc ppc64 ppc64le s390 s390x ia64 aarch64
%define build_ada 1 %define build_ada 1
%else %else
# alpha s390x hppa arm # alpha hppa arm
%define build_ada 0 %define build_ada 0
%endif %endif
Url: http://gcc.gnu.org/ Url: http://gcc.gnu.org/