summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples
diff options
context:
space:
mode:
authorsbc <sbc@chromium.org>2015-10-05 14:36:00 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-05 21:37:07 +0000
commitca78e94710d6eeaebc7bb1215ba15438ff3d0a10 (patch)
tree1a5dcd2edf3b767a3cfea23f6bc337ab28ada8da /native_client_sdk/src/examples
parent4790935ea8a54a1bdc7077948eabbcd97ae19fa8 (diff)
downloadchromium_src-ca78e94710d6eeaebc7bb1215ba15438ff3d0a10.zip
chromium_src-ca78e94710d6eeaebc7bb1215ba15438ff3d0a10.tar.gz
chromium_src-ca78e94710d6eeaebc7bb1215ba15438ff3d0a10.tar.bz2
[NaCl SDK] Remove newlib toolchain from the SDK
We now have nacl-clang which is a far modern compiler with C++11 support. CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk;tryserver.chromium.win:win_nacl_sdk Review URL: https://codereview.chromium.org/1388503003 Cr-Commit-Position: refs/heads/master@{#352433}
Diffstat (limited to 'native_client_sdk/src/examples')
-rw-r--r--native_client_sdk/src/examples/demo/drive/example.dsc2
-rw-r--r--native_client_sdk/src/examples/demo/earth/example.dsc2
-rw-r--r--native_client_sdk/src/examples/demo/flock/example.dsc2
-rw-r--r--native_client_sdk/src/examples/demo/life/example.dsc2
-rw-r--r--native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc2
-rw-r--r--native_client_sdk/src/examples/demo/pi_generator/example.dsc2
-rw-r--r--native_client_sdk/src/examples/demo/voronoi/example.dsc2
-rw-r--r--native_client_sdk/src/examples/tutorial/debugging/example.dsc2
-rw-r--r--native_client_sdk/src/examples/tutorial/multi_platform/example.dsc2
-rw-r--r--native_client_sdk/src/examples/tutorial/testing/example.dsc2
-rw-r--r--native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.dsc2
11 files changed, 11 insertions, 11 deletions
diff --git a/native_client_sdk/src/examples/demo/drive/example.dsc b/native_client_sdk/src/examples/demo/drive/example.dsc
index 2f83aa1..dca2a5b 100644
--- a/native_client_sdk/src/examples/demo/drive/example.dsc
+++ b/native_client_sdk/src/examples/demo/drive/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TOOLS': ['clang-newlib', 'glibc', 'pnacl'],
'TARGETS': [
{
'NAME' : 'drive',
diff --git a/native_client_sdk/src/examples/demo/earth/example.dsc b/native_client_sdk/src/examples/demo/earth/example.dsc
index 79bde6f..86cb16f 100644
--- a/native_client_sdk/src/examples/demo/earth/example.dsc
+++ b/native_client_sdk/src/examples/demo/earth/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TOOLS': ['clang-newlib', 'glibc', 'pnacl'],
'TARGETS': [
{
'NAME' : 'earth',
diff --git a/native_client_sdk/src/examples/demo/flock/example.dsc b/native_client_sdk/src/examples/demo/flock/example.dsc
index 23d7625..dff06b5 100644
--- a/native_client_sdk/src/examples/demo/flock/example.dsc
+++ b/native_client_sdk/src/examples/demo/flock/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TOOLS': ['clang-newlib', 'glibc', 'pnacl'],
'TARGETS': [
{
'NAME' : 'flock',
diff --git a/native_client_sdk/src/examples/demo/life/example.dsc b/native_client_sdk/src/examples/demo/life/example.dsc
index 383ab59..43dbea8 100644
--- a/native_client_sdk/src/examples/demo/life/example.dsc
+++ b/native_client_sdk/src/examples/demo/life/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib'],
+ 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
'TARGETS': [
{
'NAME' : 'life',
diff --git a/native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc b/native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
index be4288f..8436f28 100644
--- a/native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
+++ b/native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl', 'bionic', 'linux', 'mac', 'clang-newlib'],
+ 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'bionic', 'linux', 'mac'],
'TARGETS': [
{
'NAME' : 'nacl_io_demo',
diff --git a/native_client_sdk/src/examples/demo/pi_generator/example.dsc b/native_client_sdk/src/examples/demo/pi_generator/example.dsc
index 79bf8bd..58b21fa 100644
--- a/native_client_sdk/src/examples/demo/pi_generator/example.dsc
+++ b/native_client_sdk/src/examples/demo/pi_generator/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib'],
+ 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
'TARGETS': [
{
'NAME' : 'pi_generator',
diff --git a/native_client_sdk/src/examples/demo/voronoi/example.dsc b/native_client_sdk/src/examples/demo/voronoi/example.dsc
index 64aa998..e7e2f5c 100644
--- a/native_client_sdk/src/examples/demo/voronoi/example.dsc
+++ b/native_client_sdk/src/examples/demo/voronoi/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TOOLS': ['clang-newlib', 'glibc', 'pnacl'],
'TARGETS': [
{
'NAME' : 'voronoi',
diff --git a/native_client_sdk/src/examples/tutorial/debugging/example.dsc b/native_client_sdk/src/examples/tutorial/debugging/example.dsc
index 480234f..31eb1aa 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',
diff --git a/native_client_sdk/src/examples/tutorial/multi_platform/example.dsc b/native_client_sdk/src/examples/tutorial/multi_platform/example.dsc
index ad5cc23..609193f 100644
--- a/native_client_sdk/src/examples/tutorial/multi_platform/example.dsc
+++ b/native_client_sdk/src/examples/tutorial/multi_platform/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'glibc'],
+ 'TOOLS': ['clang-newlib', 'glibc'],
'TARGETS': [
{
'NAME': 'multi_platform',
diff --git a/native_client_sdk/src/examples/tutorial/testing/example.dsc b/native_client_sdk/src/examples/tutorial/testing/example.dsc
index d210f60..284ec46 100644
--- a/native_client_sdk/src/examples/tutorial/testing/example.dsc
+++ b/native_client_sdk/src/examples/tutorial/testing/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['glibc', 'newlib', 'pnacl', 'linux', 'mac', 'clang-newlib'],
+ 'TOOLS': ['glibc', 'clang-newlib', 'pnacl', 'linux', 'mac'],
'SEL_LDR': True,
'TARGETS': [
{
diff --git a/native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.dsc b/native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.dsc
index ee462d2..212740f 100644
--- a/native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.dsc
+++ b/native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib'],
+ 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
'SEL_LDR': True,
'TARGETS': [
{