Commit 1e75b26d authored by mcgrathr@chromium.org's avatar mcgrathr@chromium.org

Remove unused remnants of bootstrap stuff from nacl.gypi

This variable is no longer used, so remove it.

BUG= none
TEST= build still works

R=sehr@google.com

Review URL: http://codereview.chromium.org/8893023

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114031 0039d316-1c4b-4281-b951-d872f2087c98
parent 31bc2039
...@@ -127,27 +127,6 @@ ...@@ -127,27 +127,6 @@
], ],
}], }],
['OS=="linux" and coverage==0', { ['OS=="linux" and coverage==0', {
'conditions': [
['target_arch=="x64"', {
'variables': {
# No extra reservation.
'nacl_reserve_top': [],
}
}],
['target_arch=="ia32"', {
'variables': {
# 1G address space.
'nacl_reserve_top': ['--defsym', 'RESERVE_TOP=0x40000000'],
}
}],
['target_arch=="arm"', {
'variables': {
# 1G address space, plus 4K guard area above because
# immediate offsets are 12 bits.
'nacl_reserve_top': ['--defsym', 'RESERVE_TOP=0x40001000'],
}
}],
],
'targets': [ 'targets': [
{ {
'target_name': 'nacl_helper', 'target_name': 'nacl_helper',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment