[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-ba5d1a48aab56a2677113d071b5b1446877b9a1a@git.kernel.org>
Date: Tue, 29 Aug 2017 14:22:46 -0700
From: tip-bot for David Carrillo-Cisneros <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: mingo@...nel.org, davidcc@...gle.com, linux-kernel@...r.kernel.org,
acme@...hat.com, jolsa@...nel.org, hpa@...or.com,
tglx@...utronix.de, alexander.shishkin@...ux.intel.com,
eranian@...gle.com, pjt@...gle.com
Subject: [tip:perf/core] tools build tests: Don't hardcode gcc name
Commit-ID: ba5d1a48aab56a2677113d071b5b1446877b9a1a
Gitweb: http://git.kernel.org/tip/ba5d1a48aab56a2677113d071b5b1446877b9a1a
Author: David Carrillo-Cisneros <davidcc@...gle.com>
AuthorDate: Sun, 27 Aug 2017 00:54:37 -0700
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Mon, 28 Aug 2017 16:44:44 -0300
tools build tests: Don't hardcode gcc name
Use $(CC) instead of harcoded gcc binary name.
Signed-off-by: David Carrillo-Cisneros <davidcc@...gle.com>
Acked-by: Jiri Olsa <jolsa@...nel.org>
Cc: Alexander Shishkin <alexander.shishkin@...ux.intel.com>
Cc: Paul Turner <pjt@...gle.com>
Cc: Stephane Eranian <eranian@...gle.com>
Link: http://lkml.kernel.org/r/20170827075442.108534-2-davidcc@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/build/tests/ex/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/build/tests/ex/Makefile b/tools/build/tests/ex/Makefile
index c50d578..027d6c8 100644
--- a/tools/build/tests/ex/Makefile
+++ b/tools/build/tests/ex/Makefile
@@ -8,7 +8,7 @@ ex:
include $(srctree)/tools/build/Makefile.include
ex: ex-in.o libex-in.o
- gcc -o $@ $^
+ $(CC) -o $@ $^
ex.%: fixdep FORCE
make -f $(srctree)/tools/build/Makefile.build dir=. $@
Powered by blists - more mailing lists