Merge "ARM: put crtbegin_so.o at the beginning where it belongs"

This commit is contained in:
Jean-Baptiste Queru 2012-08-24 13:00:10 -07:00 committed by android code review
commit 713bac96d6

View file

@ -252,8 +252,8 @@ $(hide) $(PRIVATE_CXX) \
-Wl,--gc-sections \
-Wl,-shared,-Bsymbolic \
$(PRIVATE_TARGET_GLOBAL_LD_DIRS) \
$(PRIVATE_ALL_OBJECTS) \
$(if $(filter true,$(PRIVATE_NO_CRT)),,$(PRIVATE_TARGET_CRTBEGIN_SO_O)) \
$(PRIVATE_ALL_OBJECTS) \
-Wl,--whole-archive \
$(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
-Wl,--no-whole-archive \