summaryrefslogtreecommitdiffstats
path: root/tools/ld_bfd
diff options
context:
space:
mode:
authorbradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-16 23:32:15 +0000
committerbradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-16 23:32:15 +0000
commit2649f2e43fb96d128e1b8ddd14137ea2240cf342 (patch)
treea0f80d39cfe4583bddc46a5eddc2546b61204b97 /tools/ld_bfd
parentf78a909b45a0fafb871cb1657225281e058a3185 (diff)
downloadchromium_src-2649f2e43fb96d128e1b8ddd14137ea2240cf342.zip
chromium_src-2649f2e43fb96d128e1b8ddd14137ea2240cf342.tar.gz
chromium_src-2649f2e43fb96d128e1b8ddd14137ea2240cf342.tar.bz2
Gyp fix for release build.
Reserve 1GB at the base of the address space of linux nacl_helper for Native Client module. Use PathService instead of command line flag to enable helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. See http://codereview.chromium.org/7599011 for extended revision history. This is a gyp fix following a revert. TBR=agl,bradnelson BUG=92964, nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7670011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97056 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/ld_bfd')
-rwxr-xr-xtools/ld_bfd/ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ld_bfd/ld b/tools/ld_bfd/ld
index 5a5d84e..124f202 100755
--- a/tools/ld_bfd/ld
+++ b/tools/ld_bfd/ld
@@ -34,6 +34,8 @@ def main():
continue
if arg == "-Wl,--thread-count=4" or arg == "--thread-count=4":
continue
+ if arg == "--icf=none":
+ continue
args.append(arg)
print("ld_bfd/ld: exec ", args)
sys.exit(subprocess.call(args))