Remove redundant newlib builds of untrusted libraries
Recent gyp changes (see the bug) split the IRT build rules off from the
newlib and glibc build. For libraries which go into the IRT, the
build_irt variable should be set (but not necessarily build_newlib).
For libraries that go into the NaCl SDK and/or testing nexes,
build_newlib, build_glibc and build_pnacl_newlib should be used.
These libraries modified in this CL go only into the NaCl IRT, so they
only need to build with build_irt.
[email protected],[email protected],[email protected]
[email protected],[email protected],[email protected]
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3577
BUG= https://code.google.com/p/chromium/issues/detail?id=277813
Review URL: https://chromiumcodereview.appspot.com/22296003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219142 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/components/tracing_untrusted.gyp b/components/tracing_untrusted.gyp
index f2215de..1991ec2 100644
--- a/components/tracing_untrusted.gyp
+++ b/components/tracing_untrusted.gyp
@@ -26,7 +26,7 @@
'nacl_untrusted_build': 1,
'nlib_target': 'libtracing_untrusted.a',
'build_glibc': 0,
- 'build_newlib': 1,
+ 'build_newlib': 0,
'build_irt': 1,
},
'sources': [