OSDN Git Service

Remove trailing / for HOST_TOOLCHAIN_FOR_CLANG
authorDan Willemsen <dwillemsen@google.com>
Tue, 22 Sep 2015 23:52:18 +0000 (16:52 -0700)
committerDan Willemsen <dwillemsen@google.com>
Wed, 23 Sep 2015 23:46:44 +0000 (23:46 +0000)
commitc33939858114704be401e7257c65fc65717f77f1
tree0c21d5b91b84a69ae4617750aabd9b93cd92d6b2
parent87e0e8a7642bd1f5bfdb7b8313df60a77119690a
Remove trailing / for HOST_TOOLCHAIN_FOR_CLANG

The darwin version doesn't have a trailing slash. The common case is to
append a path to it:

  $(HOST_TOOLCHAIN_FOR_CLANG)/lib/...

Which means we end up with two slashes.

Change-Id: I74e88924ecfd092c5f7871e188ede0aab29cf65b
core/combo/HOST_linux-x86.mk
core/combo/HOST_linux-x86_64.mk