- Fix testsuite on 32bit systems (bsc#957379)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=280
This commit is contained in:
parent
39bbd0de67
commit
31e62cf009
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 1 17:17:23 UTC 2015 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix testsuite on 32bit systems (bsc#957379)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 22 20:36:53 UTC 2015 - afaerber@suse.de
|
Sun Nov 22 20:36:53 UTC 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
@ -808,6 +808,9 @@ for conf in default-configs/*-softmmu.mak; do
|
|||||||
ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch
|
ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Compile the QOM test binary first, so that ...
|
||||||
|
make tests/qom-test %{?_smp_mflags} V=1
|
||||||
|
# ... make comes in fresh and has lots of address space (needed for 32bit, bsc#957379)
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
make check-report.html V=1
|
make check-report.html V=1
|
||||||
install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html
|
install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 1 17:17:23 UTC 2015 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix testsuite on 32bit systems (bsc#957379)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 22 20:36:53 UTC 2015 - afaerber@suse.de
|
Sun Nov 22 20:36:53 UTC 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
@ -808,6 +808,9 @@ for conf in default-configs/*-softmmu.mak; do
|
|||||||
ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch
|
ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Compile the QOM test binary first, so that ...
|
||||||
|
make tests/qom-test %{?_smp_mflags} V=1
|
||||||
|
# ... make comes in fresh and has lots of address space (needed for 32bit, bsc#957379)
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
make check-report.html V=1
|
make check-report.html V=1
|
||||||
install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html
|
install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html
|
||||||
|
@ -730,6 +730,9 @@ for conf in default-configs/*-softmmu.mak; do
|
|||||||
ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch
|
ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Compile the QOM test binary first, so that ...
|
||||||
|
make tests/qom-test %{?_smp_mflags} V=1
|
||||||
|
# ... make comes in fresh and has lots of address space (needed for 32bit, bsc#957379)
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
make check-report.html V=1
|
make check-report.html V=1
|
||||||
install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html
|
install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html
|
||||||
|
Loading…
Reference in New Issue
Block a user