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

Unified Diff: build/build_config.h

Issue 99349: Code changes for building on ARM (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 8 months 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: build/build_config.h
===================================================================
--- build/build_config.h (revision 15091)
+++ build/build_config.h (working copy)
@@ -56,6 +56,7 @@
#define ARCH_CPU_ARM_FAMILY 1
#define ARCH_CPU_ARMEL 1
#define ARCH_CPU_32_BITS 1
+#define WCHAR_T_IS_UNSIGNED 1
Mark Mentovai 2009/05/06 16:18:16 This is now of dubious value given my previous e-m
#else
#error Please add support for your architecture in build/build_config.h
#endif

Powered by Google App Engine
This is Rietveld 408576698