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

* commit '3d10656e99e787cba9d2c9eba74d1a717ecb9e98':
  enable PIE for dynamically linked Linux host executables
This commit is contained in:
Ying Wang 2013-12-13 18:28:50 +00:00 committed by Android Git Automerger
commit 39139ee09a
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)