SHA256
1
0
forked from pool/glibc

Accepting request 74884 from home:a_jaeger:branches:openSUSE:Factory

Back to kernel 2.6.16 as minimal kernel version.

OBS-URL: https://build.opensuse.org/request/show/74884
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=72
This commit is contained in:
Andreas Jaeger 2011-06-30 11:28:39 +00:00 committed by Git OBS Bridge
parent d53002b1ac
commit f26799b932
2 changed files with 9 additions and 7 deletions

View File

@ -1,8 +1,12 @@
-------------------------------------------------------------------
Thu Jun 30 11:22:02 UTC 2011 - aj@suse.de
- Back to kernel 2.6.16 as minimal kernel version.
-------------------------------------------------------------------
Tue Jun 28 12:30:34 UTC 2011 - aj@suse.de
- Only apply glibc-2.10.99-ia64-include.diff on SLE but not on
openSUSE.
- Only apply glibc-statfs64-ia64.diff on SLE but not on openSUSE.
-------------------------------------------------------------------
Mon Jun 27 12:19:47 UTC 2011 - aj@suse.de

View File

@ -52,11 +52,9 @@ BuildRequires: libstdc++-devel
%define powerpc_optimize_cpu_power7 0
%define powerpc_optimize_cpu_cell 0
%endif # ppc, ppc64
%ifarch %ix86 x86_64
%define enablekernel 2.6.32
%else
%define enablekernel 2.6.5
%endif
# 2.6.16 is the SLES 10 kernel, use this as oldest supported kernel
# since many SUSE build machines have it
%define enablekernel 2.6.16
%ifarch ppc ppc64
# On PowerPC we got a memory corruption during building, disabling
# exp_malloc fixed it. Disable it until we have found and fixed the