allow building the perf rpm for ARM (rhbz 741325)

This commit is contained in:
Dave Jones 2011-11-01 14:08:42 -04:00
parent e4fe1faa82
commit bf976a17c4

View File

@ -388,13 +388,13 @@ Summary: The Linux kernel
# we build a up kernel on armv5tel. its used for qemu. # we build a up kernel on armv5tel. its used for qemu.
%ifnarch armv5tel %ifnarch armv5tel
%define with_up 0 %define with_up 0
%define with_perf 0
%endif %endif
# we only build headers on the base arm arches # we only build headers on the base arm arches
# just like we used to only build them on i386 for x86 # just like we used to only build them on i386 for x86
%ifnarch armv5tel armv7hl %ifnarch armv5tel armv7hl
%define with_headers 0 %define with_headers 0
%endif %endif
%define with_perf 0
%endif %endif
# Should make listnewconfig fail if there's config options # Should make listnewconfig fail if there's config options
@ -2059,6 +2059,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %changelog
* Tue Nov 01 2011 Dave Jones <davej@redhat.com>
- allow building the perf rpm for ARM (rhbz 741325)
* Tue Nov 01 2011 Dave Jones <davej@redhat.com> * Tue Nov 01 2011 Dave Jones <davej@redhat.com>
- Add another Sony laptop to the nonvs blacklist. (rhbz 641789) - Add another Sony laptop to the nonvs blacklist. (rhbz 641789)