diff options
-rw-r--r-- | meta/recipes-support/icu/icu/0002-Add-ARC-support.patch | 27 | ||||
-rw-r--r-- | meta/recipes-support/icu/icu_62.1.bb | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-support/icu/icu/0002-Add-ARC-support.patch b/meta/recipes-support/icu/icu/0002-Add-ARC-support.patch new file mode 100644 index 0000000000..20e3d8356c --- /dev/null +++ b/meta/recipes-support/icu/icu/0002-Add-ARC-support.patch | |||
@@ -0,0 +1,27 @@ | |||
1 | From fcfd57105b4bdb30d906df152ef01748fa95daff Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexey Brodkin <abrodkin@synopsys.com> | ||
3 | Date: Thu, 13 Sep 2018 17:13:20 +0300 | ||
4 | Subject: [PATCH] icu: Add ARC support | ||
5 | |||
6 | Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> | ||
7 | |||
8 | Upstream-Status: Submitted [ https://github.com/unicode-org/icu/pull/149 ] | ||
9 | --- | ||
10 | i18n/double-conversion-utils.h | 2 +- | ||
11 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
12 | |||
13 | diff --git a/i18n/double-conversion-utils.h b/i18n/double-conversion-utils.h | ||
14 | index 57fc49b231a3..0bd3e8340673 100644 | ||
15 | --- a/i18n/double-conversion-utils.h | ||
16 | +++ b/i18n/double-conversion-utils.h | ||
17 | @@ -86,7 +86,7 @@ inline void abort_noreturn() { abort(); } | ||
18 | defined(__SH4__) || defined(__alpha__) || \ | ||
19 | defined(_MIPS_ARCH_MIPS32R2) || \ | ||
20 | defined(__AARCH64EL__) || defined(__aarch64__) || \ | ||
21 | - defined(__riscv) | ||
22 | + defined(__riscv) || defined(__arc__) | ||
23 | #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 | ||
24 | #elif defined(__mc68000__) | ||
25 | #undef DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS | ||
26 | 2.17.1 | ||
27 | |||
diff --git a/meta/recipes-support/icu/icu_62.1.bb b/meta/recipes-support/icu/icu_62.1.bb index ec9db7de84..4e3750b997 100644 --- a/meta/recipes-support/icu/icu_62.1.bb +++ b/meta/recipes-support/icu/icu_62.1.bb | |||
@@ -16,6 +16,7 @@ BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-${ICU_PV | |||
16 | SRC_URI = "${BASE_SRC_URI} \ | 16 | SRC_URI = "${BASE_SRC_URI} \ |
17 | file://icu-pkgdata-large-cmd.patch \ | 17 | file://icu-pkgdata-large-cmd.patch \ |
18 | file://fix-install-manx.patch \ | 18 | file://fix-install-manx.patch \ |
19 | file://0002-Add-ARC-support.patch \ | ||
19 | " | 20 | " |
20 | 21 | ||
21 | SRC_URI_append_class-target = "\ | 22 | SRC_URI_append_class-target = "\ |