summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
authorsbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-13 17:40:42 +0000
committersbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-13 17:40:42 +0000
commitb5857192d008d7da4176652d0b3aa8c711b371bf (patch)
tree79b99b31a06f514a86b78f7b3b1f557ff68ba94e /native_client_sdk
parentd1dc64e6098510be45b2dd1ffe5bf8512107c6a8 (diff)
downloadchromium_src-b5857192d008d7da4176652d0b3aa8c711b371bf.zip
chromium_src-b5857192d008d7da4176652d0b3aa8c711b371bf.tar.gz
chromium_src-b5857192d008d7da4176652d0b3aa8c711b371bf.tar.bz2
add glibc support to examples
BUG= Review URL: https://chromiumcodereview.appspot.com/10824246 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151300 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rw-r--r--native_client_sdk/src/examples/fullscreen_tumbler/example.dsc2
-rw-r--r--native_client_sdk/src/examples/hello_world_gles/example.dsc2
-rw-r--r--native_client_sdk/src/examples/tumbler/example.dsc2
3 files changed, 3 insertions, 3 deletions
diff --git a/native_client_sdk/src/examples/fullscreen_tumbler/example.dsc b/native_client_sdk/src/examples/fullscreen_tumbler/example.dsc
index 3070397..7ff58d2 100644
--- a/native_client_sdk/src/examples/fullscreen_tumbler/example.dsc
+++ b/native_client_sdk/src/examples/fullscreen_tumbler/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'pnacl'],
+ 'TOOLS': ['newlib', 'glibc', 'pnacl'],
'TARGETS': [
{
'NAME': 'fullscreen_tumbler',
diff --git a/native_client_sdk/src/examples/hello_world_gles/example.dsc b/native_client_sdk/src/examples/hello_world_gles/example.dsc
index 1f6bda3..67c424e 100644
--- a/native_client_sdk/src/examples/hello_world_gles/example.dsc
+++ b/native_client_sdk/src/examples/hello_world_gles/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'pnacl', 'win'],
+ 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
'TARGETS': [
{
'NAME' : 'hello_world_gles',
diff --git a/native_client_sdk/src/examples/tumbler/example.dsc b/native_client_sdk/src/examples/tumbler/example.dsc
index a5aafc9..28c124e 100644
--- a/native_client_sdk/src/examples/tumbler/example.dsc
+++ b/native_client_sdk/src/examples/tumbler/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib'],
+ 'TOOLS': ['newlib', 'glibc', 'pnacl'],
'TARGETS': [
{
'NAME' : 'tumbler',