Skip to content

Commit

Permalink
Add support for arm64 architecture
Browse files Browse the repository at this point in the history
BUG=314720
R=mad@chromium.org
TBR=cpu@chromium.org

Review URL: https://codereview.chromium.org/153273006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250451 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
sdefresne@chromium.org committed Feb 11, 2014
1 parent fdb7247 commit 4a72f24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third_party/cld/README.chromium
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ The CLD is used to determine the language of text.

This library is open source Google code. It is currently only
available from the Chromium tree, and not well-documented otherwise.

Local Modifications:
* Add support for arm64 architecture
5 changes: 5 additions & 0 deletions third_party/cld/base/build_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
#define ARCH_CPU_ARMEL 1
#define ARCH_CPU_32_BITS 1
#define WCHAR_T_IS_UNSIGNED 1
#elif defined(__arm64__)
#define ARCH_CPU_ARM_FAMILY 1
#define ARCH_CPU_ARM64 1
#define ARCH_CPU_64_BITS 1
#define WCHAR_T_IS_UNSIGNED 1
#elif defined(__MIPSEL__)
#define ARCH_CPU_MIPS_FAMILY 1
#define ARCH_CPU_MIPSEL 1
Expand Down

0 comments on commit 4a72f24

Please sign in to comment.