enable cplus_demangle in perf

This commit is contained in:
Kyle McMartin 2010-12-04 12:18:59 -05:00
parent 65c06ec080
commit 20b0493429
1 changed files with 5 additions and 1 deletions

View File

@ -1810,7 +1810,7 @@ BuildKernel %make_target %kernel_image smp
%endif
%global perf_make \
make %{?_smp_mflags} -C tools/perf -s V=1 NO_DEMANGLE=1 prefix=%{_prefix}
make %{?_smp_mflags} -C tools/perf -s V=1 HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix}
%if %{with_perf}
%{perf_make} all
%{perf_make} man || %{doc_build_fail}
@ -2103,6 +2103,10 @@ fi
# and build.
%changelog
* Sat Dec 04 2010 Kyle McMartin <kyle@redhat.com>
- Enable C++ symbol demangling with perf by linking against libiberty.a,
which is LGPL2.
* Fri Dec 03 2010 Kyle McMartin <kyle@redhat.com> 2.6.35.9-64
- Enable hpilo.ko on x86_64 (#571329)