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

Change-Id: I9466fe9277c58a7b8f8a9964b2d578a65e579995
This commit is contained in:
Ard Biesheuvel
2012-08-21 10:42:32 +02:00
parent 45cd00cd9e
commit 6c1f9ccfb1

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 \