Merge "gcc 4.6 requires --copy-dt-needed-entries"

This commit is contained in:
Jean-Baptiste Queru
2012-06-12 15:24:17 -07:00
committed by android code review

View File

@@ -174,6 +174,7 @@ $(hide) $(PRIVATE_CXX) \
$(TARGET_GLOBAL_LDFLAGS) \ $(TARGET_GLOBAL_LDFLAGS) \
-nostdlib -Bdynamic \ -nostdlib -Bdynamic \
-Wl,-dynamic-linker,/system/bin/linker \ -Wl,-dynamic-linker,/system/bin/linker \
-Wl,--copy-dt-needed-entries \
-Wl,-z,nocopyreloc \ -Wl,-z,nocopyreloc \
-o $@ \ -o $@ \
$(TARGET_GLOBAL_LD_DIRS) \ $(TARGET_GLOBAL_LD_DIRS) \