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

Unified Diff: native_client_sdk/src/libraries/gtest/library.dsc

Issue 11280256: [NaCl SDK] Add arm gcc toolchain support to the SDK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/libraries/gtest/library.dsc
diff --git a/native_client_sdk/src/libraries/gtest/library.dsc b/native_client_sdk/src/libraries/gtest/library.dsc
index 0660b7cf0033fc336668df1b9c65abafb879c399..429f0e9af25b4c7db82f2bc1937ea9477d4b156f 100644
--- a/native_client_sdk/src/libraries/gtest/library.dsc
+++ b/native_client_sdk/src/libraries/gtest/library.dsc
@@ -7,7 +7,7 @@
# We can fix this by passing -Wno-unused-private-field to clang, but gcc
# doesn't support this flag so we'll have to support splitting CXXFLAGS based
# on TOOL first.
- 'TOOLS': ['newlib', 'glibc', 'win', 'linux'],
+ 'TOOLS': ['newlib:x86', 'newlib:x64', 'glibc', 'win', 'linux'],
'SEARCH': [
'.',
'../../../../testing/gtest/include/gtest',
« no previous file with comments | « native_client_sdk/src/build_tools/make_rules.py ('k') | native_client_sdk/src/libraries/nacl_mounts/kernel_handle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698