am 39139ee0: am 3d10656e: am d93df332: am 10b1ffae: Merge "enable PIE for dynamically linked Linux host executables"

* commit '39139ee09a82b232877e10b2e1832664382d4257':
  enable PIE for dynamically linked Linux host executables
This commit is contained in:
Ying Wang 2013-12-13 22:19:39 +00:00 committed by Android Git Automerger
commit dcdd759623
1 changed files with 1 additions and 0 deletions

View File

@ -1368,6 +1368,7 @@ $(hide) $(PRIVATE_CXX) \
$(PRIVATE_LDFLAGS) \
$(if $(PRIVATE_NO_DEFAULT_COMPILER_FLAGS),, \
$(HOST_GLOBAL_LDFLAGS) \
-fPIE -pie \
) \
-o $@ \
$(PRIVATE_LDLIBS)