Merge change I573364cd

* changes:
  Fix the host rule for building executables on darwin-x86.
This commit is contained in:
Android (Google) Code Review 2009-11-09 13:19:32 -08:00
commit c967829807
1 changed files with 2 additions and 1 deletions

View File

@ -86,9 +86,10 @@ $(HOST_CXX) \
$(HOST_GLOBAL_LD_DIRS) \
$(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
$(PRIVATE_ALL_OBJECTS) \
$(PRIVATE_LDLIBS) \
$(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
$(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
$(PRIVATE_LDFLAGS) \
$(PRIVATE_LDLIBS) \
$(HOST_LIBGCC)
endef