2.12.90-12

Dont build sparcv9v and sparc64v
This commit is contained in:
Dennis Gilmore 2010-09-15 22:30:56 -05:00
parent 86a027c0b5
commit c1407c8a92

View File

@ -3,7 +3,7 @@
%define glibcportsdir glibc-ports-2.12-26-gcf64098 %define glibcportsdir glibc-ports-2.12-26-gcf64098
### glibc.spec.in follows: ### glibc.spec.in follows:
%define run_glibc_tests 1 %define run_glibc_tests 1
%define auxarches athlon sparcv9v sparc64v alphaev6 %define auxarches athlon alphaev6
%define xenarches i686 athlon %define xenarches i686 athlon
%ifarch %{xenarches} %ifarch %{xenarches}
%define buildxen 1 %define buildxen 1
@ -18,13 +18,13 @@
%define buildpower6 0 %define buildpower6 0
%endif %endif
%define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x %define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x
%define debuginfocommonarches alpha alphaev6 sparc sparcv9 sparcv9v sparc64 sparc64v %define debuginfocommonarches alpha alphaev6
%define multiarcharches ppc ppc64 %{ix86} x86_64 %define multiarcharches ppc ppc64 %{ix86} x86_64 %{sparc}
Summary: The GNU libc libraries Summary: The GNU libc libraries
Name: glibc Name: glibc
Version: %{glibcversion} Version: %{glibcversion}
Release: 11 Release: 12
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
# Things that are linked directly into dynamically linked programs # Things that are linked directly into dynamically linked programs
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@ -209,7 +209,7 @@ AutoReqProv: no
%ifarch %{debuginfocommonarches} %ifarch %{debuginfocommonarches}
Requires: glibc-debuginfo-common = %{version}-%{release} Requires: glibc-debuginfo-common = %{version}-%{release}
%else %else
%ifarch %{ix86} %ifarch %{ix86} %{sparc}
Obsoletes: glibc-debuginfo-common Obsoletes: glibc-debuginfo-common
%endif %endif
%endif %endif
@ -1026,6 +1026,9 @@ rm -f *.filelist*
%endif %endif
%changelog %changelog
* Wed Sep 15 2010 Dennis Gilmore <dennis@ausil.us> - 2.12.90-12
- dont build sparcv9v and sparc64v anymore
* Mon Sep 13 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-11 * Mon Sep 13 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-11
- Update from master - Update from master
- Fix _FORITY_SOURCE version of longjmp for Linux/x86-64 (BZ#11968) - Fix _FORITY_SOURCE version of longjmp for Linux/x86-64 (BZ#11968)