Currently running into a problem with compiling chromecast source with
aarch64 toolchain. Since I can't provide asm flags, the CC looks for an
assembler to compile with in my PATH, which ends up picking my host
assembler, which doesn't work.
Need to pass -B/path/to/toolchain so the CC may find the proper -as
BUG= None
TEST=Build
Change-Id: Ifa3790954e7779e44272f48f46521295f57422d0
Reviewed-on: https://chromium-review.googlesource.com/646733
Commit-Queue: Mina Almasry <almasrymina@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#502304}