Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1606198 > unrolled thread

[BUG] tools build: Add HOSTARCH Makefile variable

Started byJiada Wang <jiada_wang@mentor.com>
First post2017-03-22 05:10 +0100
Last post2017-03-22 05:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [BUG] tools build: Add HOSTARCH Makefile variable Jiada Wang <jiada_wang@mentor.com> - 2017-03-22 05:10 +0100

#1606198 — [BUG] tools build: Add HOSTARCH Makefile variable

FromJiada Wang <jiada_wang@mentor.com>
Date2017-03-22 05:10 +0100
Subject[BUG] tools build: Add HOSTARCH Makefile variable
Message-ID<tnFKV-53p-7@gated-at.bofh.it>
Hello,

with commit: 0a943cb10ce7 (tools build: Add HOSTARCH Makefile variable),

the following build failure is seen with ARCH=x86_84 when build for perf

In file included from util/event.c:2:0:
tools/include/uapi/linux/mman.h:4:27: fatal error: uapi/asm/mman.h: No 
such file or directory compilation terminated.

I have submitted a patch which replaces 'ARCH' in perf with 'SRCARCH',
https://lkml.org/lkml/2017/2/27/85
can anyone give your comment?

Thanks in advance

Jiada

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web