Commit 703e0165 authored by Lucas Stach's avatar Lucas Stach Committed by Arnaldo Carvalho de Melo

tools lib api: Respect CROSS_COMPILE for the linker

This fixes cross compilation of libapi.
Signed-off-by: default avatarLucas 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.deSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 946ae1d4
......@@ -10,6 +10,7 @@ endif
CC = $(CROSS_COMPILE)gcc
AR = $(CROSS_COMPILE)ar
LD = $(CROSS_COMPILE)ld
MAKEFLAGS += --no-print-directory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment