projects
/
platform
/
upstream
/
chromium.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f7c090
)
Enable possibility of Aarch64 build
77/17977/1
tizen
author
Ilya Palachev
<i.palachev@samsung.com>
Thu, 13 Mar 2014 11:19:48 +0000
(15:19 +0400)
committer
Ilya Palachev
<i.palachev@samsung.com>
Thu, 13 Mar 2014 11:19:48 +0000
(15:19 +0400)
Change-Id: I0a47b3d52648c27fa8e92ea0ad1dd94afb401795
Signed-off-by: Ilya Palachev <i.palachev@samsung.com>
build/build_config.h
patch
|
blob
|
history
diff --git
a/build/build_config.h
b/build/build_config.h
index
ce5ac6a
..
556e9ce
100644
(file)
--- a/
build/build_config.h
+++ b/
build/build_config.h
@@
-110,6
+110,12
@@
#define ARCH_CPU_32_BITS 1
#define ARCH_CPU_LITTLE_ENDIAN 1
#define WCHAR_T_IS_UNSIGNED 1
+#elif defined(__aarch64__)
+#define ARCH_CPU_ARM_FAMILY 1
+#define ARCH_CPU_ARMEL 1
+#define ARCH_CPU_64_BITS 1
+#define ARCH_CPU_LITTLE_ENDIAN 1
+#define WCHAR_T_IS_UNSIGNED 1
#else
#error Please add support for your architecture in build/build_config.h
#endif