Don't build perf-read-vdsox32 either
This commit is contained in:
parent
5d89c131a7
commit
f18145731c
@ -1584,7 +1584,7 @@ BuildKernel %make_target %kernel_image
|
||||
%endif
|
||||
|
||||
%global perf_make \
|
||||
make -s EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{?cross_opts} %{?_smp_mflags} -C tools/perf V=1 NO_PERF_READ_VDSO32=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_STRLCPY=1 NO_BIONIC=1 prefix=%{_prefix}
|
||||
make -s EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{?cross_opts} %{?_smp_mflags} -C tools/perf V=1 NO_PERF_READ_VDSO32=1 NO_PERF_READ_VDSOX32=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_STRLCPY=1 NO_BIONIC=1 prefix=%{_prefix}
|
||||
%if %{with_perf}
|
||||
# perf
|
||||
%{perf_make} DESTDIR=$RPM_BUILD_ROOT all
|
||||
@ -2036,6 +2036,7 @@ fi
|
||||
* Wed Aug 26 2015 Josh Boyer <jwboyer@fedoraproject.org> - 4.2.0-0.rc8.git1.1
|
||||
- Linux v4.2-rc8-7-gf5db4b31b315
|
||||
- Fixes x2apic panic (rhbz 1224764)
|
||||
- Don't build perf-read-vdsox32 either
|
||||
- Enable SCHEDSTATS and LATENCYTOP again (rhbz 1013225)
|
||||
|
||||
* Mon Aug 24 2015 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||
|
Loading…
Reference in New Issue
Block a user