commit | a11ad6c2b3cdf13581c4329679cd3d2952323f6d | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Tue Jun 12 15:24:17 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Tue Jun 12 15:24:17 2012 -0700 |
tree | a833854209c9003be859dd8ac9d914c3508a21a3 | |
parent | 0c6b27fe83a810c5a91c3aa1a4ffc0348d24b5cd [diff] | |
parent | 52b63178d9e7da82301ecbc7d673154242b1c9a6 [diff] |
Merge "gcc 4.6 requires --copy-dt-needed-entries"
diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index 5020c84..90a275d 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk
@@ -174,6 +174,7 @@ $(TARGET_GLOBAL_LDFLAGS) \ -nostdlib -Bdynamic \ -Wl,-dynamic-linker,/system/bin/linker \ + -Wl,--copy-dt-needed-entries \ -Wl,-z,nocopyreloc \ -o $@ \ $(TARGET_GLOBAL_LD_DIRS) \