Accepting request 574948 from home:Guillaume_G:branches:devel:libraries:c_c++
- Disable THP for ARM (32 bits). This fix build by passing all tests successfully OBS-URL: https://build.opensuse.org/request/show/574948 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=56
This commit is contained in:
parent
676d1e82ed
commit
ad7eda2cb1
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 10 09:52:38 UTC 2018 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
- Disable THP for ARM (32 bits). This fix build by passing all
|
||||||
|
tests successfully
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 4 09:19:52 UTC 2017 - mliska@suse.cz
|
Wed Oct 4 09:19:52 UTC 2017 - mliska@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jemalloc
|
# spec file for package jemalloc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -84,7 +84,12 @@ if [ -f "%_bindir/gcc-4.8" ]; then
|
|||||||
export CC=gcc-4.8
|
export CC=gcc-4.8
|
||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
%configure --enable-prof
|
%configure \
|
||||||
|
%ifarch %arm
|
||||||
|
--disable-thp \
|
||||||
|
%endif
|
||||||
|
--enable-prof
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user