mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] perf: do not prefix flex and bison calls with CROSS_COMPILE prefix
@ 2012-04-11 12:44 Otavio Salvador
  2012-04-11 14:18 ` Bruce Ashfield
  2012-04-25 13:47 ` [tip:perf/urgent] perf tools: Drop CROSS_COMPILE from flex and bison calls tip-bot for Otavio Salvador
  0 siblings, 2 replies; 3+ messages in thread
From: Otavio Salvador @ 2012-04-11 12:44 UTC (permalink / raw)
  To: linux-kernel; +Cc: Otavio Salvador

Other parts of kernel calls bison and flex but do not use the
CROSS_COMPILE prefix so this ought to be done in same way.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 tools/perf/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 820371f..0ae8165 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -234,8 +234,8 @@ endif
 
 export PERL_PATH
 
-FLEX = $(CROSS_COMPILE)flex
-BISON= $(CROSS_COMPILE)bison
+FLEX = flex
+BISON= bison
 
 event-parser:
 	$(QUIET_BISON)$(BISON) -v util/parse-events.y -d -o $(OUTPUT)util/parse-events-bison.c
-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-25 13:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 12:44 [PATCH] perf: do not prefix flex and bison calls with CROSS_COMPILE prefix Otavio Salvador
2012-04-11 14:18 ` Bruce Ashfield
2012-04-25 13:47 ` [tip:perf/urgent] perf tools: Drop CROSS_COMPILE from flex and bison calls tip-bot for Otavio Salvador

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®