OSDN Git Service

Fix prebuilts for target builds with USE_MINGW=1.
authorDan Albert <danalbert@google.com>
Mon, 4 May 2015 19:44:44 +0000 (12:44 -0700)
committerDan Albert <danalbert@google.com>
Mon, 4 May 2015 22:44:39 +0000 (22:44 +0000)
commit216ecac61ec19478e85d6588c2514c14517739f9
tree434fe361bcde7aae12c2114d6072dab50e243d1c
parentc112341bab721fe692c87e17aaf2d554f5b8c6c2
Fix prebuilts for target builds with USE_MINGW=1.

USE_MINGW=1 mm didn't work in directories that contained target modules
because the build system would use the Windows locations and extensions
when trying to find the host GCC prebuilts. Windows is the target OS,
not the OS we're building from.

Change-Id: Ic994fed15388d0c7d393f71ba28fe7afdc659f5c
core/combo/TARGET_linux-arm.mk
core/combo/TARGET_linux-arm64.mk
core/combo/TARGET_linux-mips.mk
core/combo/TARGET_linux-mips64.mk
core/combo/TARGET_linux-x86.mk
core/combo/TARGET_linux-x86_64.mk
core/envsetup.mk