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 <wfrichar@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/295447
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
This commit is contained in:
Bill Richardson
2015-08-24 16:51:43 -07:00
committed by ChromeOS Commit Bot
parent 9005ddd4bc
commit 70951c9b75

View File

@@ -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