commit | 003dc3cf43dfdf3de6672d95fcbcc1211e971cf0 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Wed Nov 02 16:44:10 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Nov 02 16:44:10 2011 -0700 |
tree | c1fa8c16151f5e18284a509ef3d96d21bb17e101 | |
parent | d4495e99333d43c7cd1e8bd2758fac43dba7a0b0 [diff] | |
parent | 4185447f2f04a646c1659149699dadb6f9a48451 [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 2339d25..89f61da 100644 --- a/core/combo/TARGET_linux-arm.mk +++ b/core/combo/TARGET_linux-arm.mk
@@ -288,7 +288,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) \