From 44e3741124004a3336a6ea7bb410e52032162a24 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Aug 2017 17:03:27 +0200 Subject: [PATCH] linux-tools: fix i686. --- srcpkgs/linux-tools/patches/i686.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/linux-tools/patches/i686.patch diff --git a/srcpkgs/linux-tools/patches/i686.patch b/srcpkgs/linux-tools/patches/i686.patch new file mode 100644 index 00000000000..f4db6d3571e --- /dev/null +++ b/srcpkgs/linux-tools/patches/i686.patch @@ -0,0 +1,10 @@ +--- tools/perf/arch/x86/util/unwind-libunwind.c.orig ++++ tools/perf/arch/x86/util/unwind-libunwind.c +@@ -1,6 +1,6 @@ + +-#ifndef REMOTE_UNWIND_LIBUNWIND + #include ++#ifndef REMOTE_UNWIND_LIBUNWIND + #include + #include "perf_regs.h" + #include "../../util/unwind.h"