Accepting request 42131 from home:jengelh:smp

Copy from home:jengelh:smp/gmp via accept of submit request 42131 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/42131
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=9
This commit is contained in:
Richard Biener 2010-06-28 08:35:20 +00:00 committed by Git OBS Bridge
parent 3bcea72737
commit 8dd58c48cf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
-------------------------------------------------------------------
Mon Jan 11 13:29:55 CET 2010 - rguenther@suse.de

View File

@ -133,7 +133,7 @@ CFLAGS="$RPM_OPT_FLAGS -fexceptions" \
--build=%{sanitized_platform} \
--disable-mpfr \
--enable-cxx
make CFLAGS="$RPM_OPT_FLAGS -fexceptions" %{?jobs:-j%jobs}
make CFLAGS="$RPM_OPT_FLAGS -fexceptions" %{?_smp_mflags}
%check
# do not disable "make check", FIX THE BUGS!