summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-13 17:59:57 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-13 17:59:57 +0000
commit3b5b4ad4fd36d84017408dfb36d52c850d118302 (patch)
treeb884e87efba7b391fadee569b4451deadbdcad2f
parent741b1a7b100ced16e04366f276a30611a37423db (diff)
downloadchromium_src-3b5b4ad4fd36d84017408dfb36d52c850d118302.zip
chromium_src-3b5b4ad4fd36d84017408dfb36d52c850d118302.tar.gz
chromium_src-3b5b4ad4fd36d84017408dfb36d52c850d118302.tar.bz2
Revert "linux: enable PIE (ASLR) for chrome executable"
This reverts commit r85286. ARM failures. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85292 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/chrome_exe.gypi9
1 files changed, 3 insertions, 6 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 238472a..a2f0a49 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -194,14 +194,11 @@
],
},
],
- # TODO(rkc): Remove disable_pie (and instead always use
- # -pie) once we have a fix for remote gdb and are able to
- # correctly get section header offsets for pie
- # executables. Currently -pie breaks remote debugging.
+ # TODO(rkc): Remove this once we have a fix for remote gdb
+ # and are able to correctly get section header offsets for
+ # pie executables. Currently -pie breaks remote debugging.
['disable_pie==1', {
'ldflags' : ['-nopie'],
- }, {
- 'ldflags' : ['-pie'],
}],
['use_system_xdg_utils==0', {
'copies': [