Em Thu, Mar 17, 2016 at 06:27:50PM +0100, Lucas Stach escreveu: > This fixes cross compilation of libapi.
Humm, I guess that tools/lib/subcmd/Makefile has the same problem? And there are also other cases where LD is not being set with CROSS_COMPILE, Jiri, is there something else at play here? /me needs to cross compile all this code... - Arnaldo > Signed-off-by: Lucas Stach <l.st...@pengutronix.de> > --- > tools/lib/api/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/lib/api/Makefile b/tools/lib/api/Makefile > index d85904dc9b38..9383bb866664 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 > > -- > 2.7.0