Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: native_client_sdk/src/examples/tutorial/debugging/example.dsc

Issue 1388503003: [NaCl SDK] Remove newlib toolchain from the SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/examples/tutorial/debugging/example.dsc
diff --git a/native_client_sdk/src/examples/tutorial/debugging/example.dsc b/native_client_sdk/src/examples/tutorial/debugging/example.dsc
index 480234f1da4def5420cdfc5162e39894be2af156..31eb1aa5f41a1f9c6048bc4631960b2e083beb99 100644
--- a/native_client_sdk/src/examples/tutorial/debugging/example.dsc
+++ b/native_client_sdk/src/examples/tutorial/debugging/example.dsc
@@ -1,6 +1,6 @@
{
'DISABLE_PACKAGE': True, # Doesn't work in packaged apps yet.
- 'TOOLS': ['newlib'],
+ 'TOOLS': ['clang-newlib'],
'TARGETS': [
{
'NAME' : 'debugging',

Powered by Google App Engine
This is Rietveld 408576698