Created
May 13, 2024 22:05
-
-
Save andrewjcg/643db092304bd7f60a3dd7efbd069bfe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kernel-tools.spec: make %{?make_opts} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{?cross_opts} -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 LIBTRACEEVENT_DYNAMIC=1 %{?perf_build_extra_opts} prefix=%{_prefix} PYTHON=%{__python3} | |
| linux-6.4/tools/perf/util/symbol-elf.c:#if defined(HAVE_LIBBFD_SUPPORT) || defined(HAVE_CPLUS_DEMANGLE_SUPPORT) | |
| linux-6.4/tools/perf/util/symbol-elf.c:#elif defined(HAVE_CPLUS_DEMANGLE_SUPPORT) | |
| linux-6.4/tools/perf/Makefile.config: CFLAGS += -DHAVE_CPLUS_DEMANGLE_SUPPORT | |
| linux-6.4/tools/perf/Makefile.config: CXXFLAGS += -DHAVE_CPLUS_DEMANGLE_SUPPORT | |
| linux-6.4/tools/perf/util/demangle-cxx.cpp:#if defined(HAVE_LIBBFD_SUPPORT) || defined(HAVE_CPLUS_DEMANGLE_SUPPORT) | |
| linux-6.4/tools/perf/util/demangle-cxx.cpp:#elif defined(HAVE_CPLUS_DEMANGLE_SUPPORT) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment