[PATCH v2 0/3] perf: build: Minor fixes for build failures

Yang Jihong posted 3 patches 1 year, 4 months ago
There is a newer version of this series
tools/build/feature/Makefile | 4 ++--
tools/perf/Makefile.config   | 2 +-
tools/perf/util/dwarf-aux.h  | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)
[PATCH v2 0/3] perf: build: Minor fixes for build failures
Posted by Yang Jihong 1 year, 4 months ago
This patchset contains minor fixes for build failures when statically compiling in Ubuntu 20.04.

Changes since v1:
 - patch3: Remove UTF-8 characters from build failure logs

Yang Jihong (3):
  perf: build: Fix static compilation error when libdw is not installed
  perf: build: Fix build feature-dwarf_getlocations fail for old libdw
  perf dwarf-aux: Fix build fail when HAVE_DWARF_GETLOCATIONS_SUPPORT
    undefined

 tools/build/feature/Makefile | 4 ++--
 tools/perf/Makefile.config   | 2 +-
 tools/perf/util/dwarf-aux.h  | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.25.1
Re: [PATCH v2 0/3] perf: build: Minor fixes for build failures
Posted by Namhyung Kim 1 year, 4 months ago
Add Leo to Cc.

On Tue, Aug 6, 2024 at 4:48 AM Yang Jihong <yangjihong@bytedance.com> wrote:
>
> This patchset contains minor fixes for build failures when statically compiling in Ubuntu 20.04.
>
> Changes since v1:
>  - patch3: Remove UTF-8 characters from build failure logs
>
> Yang Jihong (3):
>   perf: build: Fix static compilation error when libdw is not installed
>   perf: build: Fix build feature-dwarf_getlocations fail for old libdw
>   perf dwarf-aux: Fix build fail when HAVE_DWARF_GETLOCATIONS_SUPPORT
>     undefined
>
>  tools/build/feature/Makefile | 4 ++--
>  tools/perf/Makefile.config   | 2 +-
>  tools/perf/util/dwarf-aux.h  | 1 +
>  3 files changed, 4 insertions(+), 3 deletions(-)
>
> --
> 2.25.1
>