am d3d78a30: am a11ad6c2: Merge "gcc 4.6 requires --copy-dt-needed-entries"

* commit 'd3d78a30a4f8dd40fa055577ea2708ab34606cec':
  gcc 4.6 requires --copy-dt-needed-entries
This commit is contained in:
Jean-Baptiste Queru 2012-06-12 15:52:54 -07:00 committed by Android Git Automerger
commit 06b1a47fe1

View file

@ -191,6 +191,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 \
-fPIE -pie \ -fPIE -pie \
-o $@ \ -o $@ \