Commit 2ed9c049 authored by sbc@chromium.org's avatar sbc@chromium.org

Fix create_nmf warnings

toolchain option is deprecated.


BUG=


Review URL: https://chromiumcodereview.appspot.com/11316289

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170899 0039d316-1c4b-4281-b951-d872f2087c98
parent 14411494
...@@ -91,7 +91,6 @@ ...@@ -91,7 +91,6 @@
'<(DEPTH)/native_client_sdk/src/tools/create_nmf.py', '<(DEPTH)/native_client_sdk/src/tools/create_nmf.py',
'>@(_inputs)', '>@(_inputs)',
'--output=>(nmf_newlib)', '--output=>(nmf_newlib)',
'--toolchain=newlib',
], ],
'target_conditions': [ 'target_conditions': [
['enable_x86_64==1', { ['enable_x86_64==1', {
...@@ -131,7 +130,6 @@ ...@@ -131,7 +130,6 @@
'--output=>(nmf_glibc)', '--output=>(nmf_glibc)',
'--path-prefix=>(nexe_target)_libs', '--path-prefix=>(nexe_target)_libs',
'--stage-dependencies=<(nacl_glibc_out_dir)', '--stage-dependencies=<(nacl_glibc_out_dir)',
'--toolchain=glibc',
], ],
'target_conditions': [ 'target_conditions': [
['enable_x86_64==1', { ['enable_x86_64==1', {
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
'variables': { 'variables': {
'compile_flags': [ 'compile_flags': [
'-mno-tls-use-call', '-mno-tls-use-call',
], ],
}, },
}], }],
['target_arch!="arm" and disable_glibc==0', { ['target_arch!="arm" and disable_glibc==0', {
...@@ -143,7 +143,6 @@ ...@@ -143,7 +143,6 @@
'--library-path=<(SHARED_INTERMEDIATE_DIR)/tc_glibc/lib64', '--library-path=<(SHARED_INTERMEDIATE_DIR)/tc_glibc/lib64',
'--output=>(nmf_glibc)', '--output=>(nmf_glibc)',
'--stage-dependencies=<(PRODUCT_DIR)', '--stage-dependencies=<(PRODUCT_DIR)',
'--toolchain=glibc',
], ],
}, },
], ],
......
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