From: tip-bot for Lucas Stach <tipbot@zytor.com> To: linux-tip-commits@vger.kernel.org Cc: acme@redhat.com, l.stach@pengutronix.de, jolsa@kernel.org, hpa@zytor.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, mingo@kernel.org Subject: [tip:perf/core] tools lib api: Respect CROSS_COMPILE for the linker Date: Wed, 8 Jun 2016 01:37:33 -0700 [thread overview] Message-ID: <tip-703e01652d25edbd249e3043c26543157f0ef15c@git.kernel.org> (raw) In-Reply-To: <1458235670-27341-1-git-send-email-l.stach@pengutronix.de> Commit-ID: 703e01652d25edbd249e3043c26543157f0ef15c Gitweb: http://git.kernel.org/tip/703e01652d25edbd249e3043c26543157f0ef15c Author: Lucas Stach <l.stach@pengutronix.de> AuthorDate: Thu, 17 Mar 2016 18:27:50 +0100 Committer: Arnaldo Carvalho de Melo <acme@redhat.com> CommitDate: Fri, 3 Jun 2016 14:53:46 -0300 tools lib api: Respect CROSS_COMPILE for the linker This fixes cross compilation of libapi. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Cc: Jiri Olsa <jolsa@kernel.org> Cc: kernel@pengutronix.de Cc: patchwork-lst@pengutronix.de Link: http://lkml.kernel.org/r/1458235670-27341-1-git-send-email-l.stach@pengutronix.de Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> --- tools/lib/api/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lib/api/Makefile b/tools/lib/api/Makefile index 316f308..67ff93e 100644 --- a/tools/lib/api/Makefile +++ b/tools/lib/api/Makefile @@ -10,6 +10,7 @@ endif CC = $(CROSS_COMPILE)gcc AR = $(CROSS_COMPILE)ar +LD = $(CROSS_COMPILE)ld MAKEFLAGS += --no-print-directory
prev parent reply other threads:[~2016-06-08 8:37 UTC|newest] Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top 2016-03-17 17:27 [PATCH] tools lib api: respect " Lucas Stach 2016-03-18 16:25 ` Arnaldo Carvalho de Melo 2016-03-18 16:38 ` Josh Poimboeuf 2016-03-18 16:43 ` Josh Poimboeuf 2016-03-18 17:39 ` Arnaldo Carvalho de Melo 2016-03-18 16:45 ` Arnaldo Carvalho de Melo 2016-03-18 17:16 ` Josh Poimboeuf 2016-03-18 17:38 ` Arnaldo Carvalho de Melo 2016-03-18 17:42 ` Josh Poimboeuf 2016-03-21 8:08 ` Jiri Olsa 2016-03-21 20:40 ` Arnaldo Carvalho de Melo 2016-03-22 7:10 ` Jiri Olsa 2016-03-22 12:50 ` Steven Rostedt 2016-03-22 14:42 ` Arnaldo Carvalho de Melo 2016-03-22 18:22 ` David Sharp 2016-03-22 18:38 ` David Sharp 2016-06-01 9:18 ` Lucas Stach 2016-06-01 13:07 ` Arnaldo Carvalho de Melo 2016-06-08 8:37 ` tip-bot for Lucas Stach [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=tip-703e01652d25edbd249e3043c26543157f0ef15c@git.kernel.org \ --to=tipbot@zytor.com \ --cc=acme@redhat.com \ --cc=hpa@zytor.com \ --cc=jolsa@kernel.org \ --cc=l.stach@pengutronix.de \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-tip-commits@vger.kernel.org \ --cc=mingo@kernel.org \ --cc=tglx@linutronix.de \ --subject='Re: [tip:perf/core] tools lib api: Respect CROSS_COMPILE for the linker' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.