summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch')
-rw-r--r--meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch b/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
index 145efc0e01..a25285fb54 100644
--- a/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
+++ b/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
@@ -1,4 +1,4 @@
1From 500321387ceca48934bb0f323779117cd518bab6 Mon Sep 17 00:00:00 2001 1From cf55c077b77b7a219502364eaadf12c074ab005e Mon Sep 17 00:00:00 2001
2From: Lei Maohui <leimaohui@cn.fujitsu.com> 2From: Lei Maohui <leimaohui@cn.fujitsu.com>
3Date: Wed, 8 May 2019 14:42:30 +0900 3Date: Wed, 8 May 2019 14:42:30 +0900
4Subject: [PATCH] icu: Added armeb support. 4Subject: [PATCH] icu: Added armeb support.
@@ -13,10 +13,10 @@ Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
13 1 file changed, 1 insertion(+), 1 deletion(-) 13 1 file changed, 1 insertion(+), 1 deletion(-)
14 14
15diff --git a/i18n/double-conversion-utils.h b/i18n/double-conversion-utils.h 15diff --git a/i18n/double-conversion-utils.h b/i18n/double-conversion-utils.h
16index 8c6a0e1..cf89907 100644 16index 303668f..7d859dc 100644
17--- a/i18n/double-conversion-utils.h 17--- a/i18n/double-conversion-utils.h
18+++ b/i18n/double-conversion-utils.h 18+++ b/i18n/double-conversion-utils.h
19@@ -115,7 +115,7 @@ int main(int argc, char** argv) { 19@@ -146,7 +146,7 @@ int main(int argc, char** argv) {
20 // 20 //
21 // If it prints "correct" then the architecture should be here, in the "correct" section. 21 // If it prints "correct" then the architecture should be here, in the "correct" section.
22 #if defined(_M_X64) || defined(__x86_64__) || \ 22 #if defined(_M_X64) || defined(__x86_64__) || \
@@ -24,7 +24,4 @@ index 8c6a0e1..cf89907 100644
24+ defined(__arm__) || defined(__avr32__) || defined(_M_ARM) || defined(_M_ARM64) || \ 24+ defined(__arm__) || defined(__avr32__) || defined(_M_ARM) || defined(_M_ARM64) || \
25 defined(__hppa__) || defined(__ia64__) || \ 25 defined(__hppa__) || defined(__ia64__) || \
26 defined(__mips__) || \ 26 defined(__mips__) || \
27 defined(__nios2__) || \ 27 defined(__loongarch__) || \
28--
292.7.4
30