| 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',
|
|
|