commit | 9db21482369c20120d6f4c1078ce7e0405ba3148 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Tue May 15 15:09:25 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Tue May 15 15:09:25 2012 -0700 |
tree | 11dfa3551eb506dab26726bdf5b1c940910fc98f | |
parent | 2d7274de30e35eb13d2934707601ef91ce0f6d4d [diff] | |
parent | ee08fe31964ce65f97bc9f9341eee915cb0ea6aa [diff] |
Merge "stop using a custom linker script for static executables."
diff --git a/core/combo/TARGET_linux-arm.mk b/core/combo/TARGET_linux-arm.mk index 987afd4..7b2378d 100644 --- a/core/combo/TARGET_linux-arm.mk +++ b/core/combo/TARGET_linux-arm.mk
@@ -289,7 +289,7 @@ endef define transform-o-to-static-executable-inner -$(hide) $(PRIVATE_CXX) -nostdlib -Bstatic -Wl,-T,$(BUILD_SYSTEM)/armelf.x \ +$(hide) $(PRIVATE_CXX) -nostdlib -Bstatic \ -Wl,--gc-sections \ -o $@ \ $(TARGET_GLOBAL_LD_DIRS) \