View | Details | Raw Unified | Return to bug 883973
Collapse All | Expand All

(-)glibc.changes (+6 lines)
Lines 1-4 Link Here
1
-------------------------------------------------------------------
1
-------------------------------------------------------------------
2
Mon Jun 23 11:17:29 UTC 2014 - michal.hrusecky@opensuse.org
3
4
- enable multiarch on arm as well to really fix the issue with SoCs
5
  wihtou NEON support
6
7
-------------------------------------------------------------------
2
Mon Apr  7 09:02:53 UTC 2014 - schwab@suse.de
8
Mon Apr  7 09:02:53 UTC 2014 - schwab@suse.de
3
9
4
- pthread-mutex-trylock-elision.patch: Properly handle forced elision in
10
- pthread-mutex-trylock-elision.patch: Properly handle forced elision in
(-)glibc.spec (-1 / +1 lines)
Lines 647-653 Link Here
647
%endif
647
%endif
648
		--enable-lock-elision \
648
		--enable-lock-elision \
649
		--build=%{target} --host=%{target} \
649
		--build=%{target} --host=%{target} \
650
%ifarch ppc ppc64 %{ix86} x86_64 sparc sparc64 s390 s390x
650
%ifarch ppc ppc64 %{ix86} x86_64 sparc sparc64 s390 s390x %arm
651
		--enable-multi-arch \
651
		--enable-multi-arch \
652
%endif
652
%endif
653
%ifarch mipsel
653
%ifarch mipsel

Return to bug 883973