summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
authornoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-20 01:18:12 +0000
committernoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-20 01:18:12 +0000
commit8fc361adaba001ff8d05475aae642d61b19d3963 (patch)
tree64e15c59273282f7c647c35236a7ed61eb6f9c3c /native_client_sdk
parente4c029f76eb948af468a4d11ec0d3272671ddb58 (diff)
downloadchromium_src-8fc361adaba001ff8d05475aae642d61b19d3963.zip
chromium_src-8fc361adaba001ff8d05475aae642d61b19d3963.tar.gz
chromium_src-8fc361adaba001ff8d05475aae642d61b19d3963.tar.bz2
Fix NaCl SDK
NaCl SDK is not building the windows version of ppapi_main which makes hello_world_stdio fail on windows. TBR=binji@chromium.org Review URL: https://codereview.chromium.org/11871032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177866 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rw-r--r--native_client_sdk/src/examples/hello_world_stdio/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/native_client_sdk/src/examples/hello_world_stdio/Makefile b/native_client_sdk/src/examples/hello_world_stdio/Makefile
index 31ce7dd..aa8f0f6 100644
--- a/native_client_sdk/src/examples/hello_world_stdio/Makefile
+++ b/native_client_sdk/src/examples/hello_world_stdio/Makefile
@@ -16,8 +16,7 @@
# to override this, specify TOOLCHAIN=newlib|glibc or CONFIG=Debug|Release on
# the make command-line or in this file prior to including common.mk. The
# toolchain we use by default will be the first valid one listed
-VALID_TOOLCHAINS:=newlib glibc win
-
+VALID_TOOLCHAINS:=newlib glibc
#
# Get pepper directory for toolchain and includes.