From 70951c9b75bc62bd8cf281b0098dfc9f88ef0ecb Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 24 Aug 2015 16:51:43 -0700 Subject: [PATCH] Cr50: Export toolchain to child $(MAKE) processes The external libraries need to inherit the tool chain, so they're built with the same tools. BUG=chrome-os-partner:43025 BRANCH=none CQ-DEPEND=CL:295456,CL:295409 TEST=make buildall Change-Id: I8b0b275ec77a003e07481391998961ab421066c8 Signed-off-by: Bill Richardson Reviewed-on: https://chromium-review.googlesource.com/295447 Reviewed-by: Vadim Bendebury --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 339de0b144..9d5437c876 100644 --- a/Makefile +++ b/Makefile @@ -192,5 +192,5 @@ libsharedobjs_elf-$(CONFIG_SHAREDLIB) := \ libsharedobjs: $(libsharedobjs-y) include Makefile.rules -export CROSS_COMPILE CFLAGS +export CROSS_COMPILE CFLAGS CC CPP LD NM AR OBJCOPY OBJDUMP endif # SYMLINK