summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 21:13:42 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 21:13:42 +0000
commit95fe390b98883c2ae8f896914615d24e87841ba0 (patch)
tree08e9bddd7992db38c15e6ed82d8232d23422baf8 /build
parentfee00934a491edf64b615cc5d34a01de17736fec (diff)
downloadchromium_src-95fe390b98883c2ae8f896914615d24e87841ba0.zip
chromium_src-95fe390b98883c2ae8f896914615d24e87841ba0.tar.gz
chromium_src-95fe390b98883c2ae8f896914615d24e87841ba0.tar.bz2
Lands http://codereview.chromium.org/99349 for Ryan.
Comments from Ryan: Some small changes to get chromium building on ARM. I tested these using the standard Linux tool chain and crosstools-ng. BUG=none TEST=none Review URL: http://codereview.chromium.org/99365 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/build_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build_config.h b/build/build_config.h
index 4d4295b..824e31e 100644
--- a/build/build_config.h
+++ b/build/build_config.h
@@ -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
#else
#error Please add support for your architecture in build/build_config.h
#endif