From: Alexey.Brodkin@synopsys.com (Alexey Brodkin)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH v2 6/9] icu: Add ARC support
Date: Thu, 20 Sep 2018 23:42:29 +0300 [thread overview]
Message-ID: <20180920204232.10583-7-abrodkin@synopsys.com> (raw)
In-Reply-To: <20180920204232.10583-1-abrodkin@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
---
Changes v1 -> v2:
* Added upstream status
.../icu/icu/0002-Add-ARC-support.patch | 27 ++++++++++++++++++++++
meta/recipes-support/icu/icu_62.1.bb | 1 +
2 files changed, 28 insertions(+)
create mode 100644 meta/recipes-support/icu/icu/0002-Add-ARC-support.patch
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 @@
+From fcfd57105b4bdb30d906df152ef01748fa95daff Mon Sep 17 00:00:00 2001
+From: Alexey Brodkin <abrodkin at synopsys.com>
+Date: Thu, 13 Sep 2018 17:13:20 +0300
+Subject: [PATCH] icu: Add ARC support
+
+Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
+
+Upstream-Status: Submitted [ https://github.com/unicode-org/icu/pull/149 ]
+---
+ i18n/double-conversion-utils.h | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/i18n/double-conversion-utils.h b/i18n/double-conversion-utils.h
+index 57fc49b231a3..0bd3e8340673 100644
+--- a/i18n/double-conversion-utils.h
++++ b/i18n/double-conversion-utils.h
+@@ -86,7 +86,7 @@ inline void abort_noreturn() { abort(); }
+ defined(__SH4__) || defined(__alpha__) || \
+ defined(_MIPS_ARCH_MIPS32R2) || \
+ defined(__AARCH64EL__) || defined(__aarch64__) || \
+- defined(__riscv)
++ defined(__riscv) || defined(__arc__)
+ #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
+ #elif defined(__mc68000__)
+ #undef DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS
+2.17.1
+
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
SRC_URI = "${BASE_SRC_URI} \
file://icu-pkgdata-large-cmd.patch \
file://fix-install-manx.patch \
+ file://0002-Add-ARC-support.patch \
"
SRC_URI_append_class-target = "\
--
2.16.2
next prev parent reply other threads:[~2018-09-20 20:42 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-20 20:42 [PATCH v2 0/9] Introduce ARC port of OpenEmbedded Alexey Brodkin
2018-09-20 20:42 ` [PATCH v2 1/9] siteinfo: Define data for ARC Alexey Brodkin
2018-09-20 20:42 ` [PATCH v2 2/9] kernel-arch.bbclass: Add ARC to kernel arch map Alexey Brodkin
2018-09-20 20:42 ` [PATCH v2 3/9] openssl: Add support for ARC Alexey Brodkin
2018-09-20 20:42 ` [PATCH v2 4/9] nspr: Add ARC support Alexey Brodkin
2018-09-20 20:42 ` [PATCH v2 5/9] libgpg-error: " Alexey Brodkin
2018-09-21 10:43 ` [OE-core] " Burton, Ross
2018-09-21 11:31 ` Alexey Brodkin
2018-09-21 12:51 ` Alexey Brodkin
2018-09-21 12:53 ` Burton, Ross
2018-09-21 13:07 ` Alexey Brodkin
2018-09-21 13:20 ` Burton, Ross
2018-09-20 20:42 ` Alexey Brodkin [this message]
2018-09-20 20:42 ` [PATCH v2 7/9] gcc: Disable libitm for ARC Alexey Brodkin
2018-09-20 20:42 ` [PATCH v2 8/9] binutils: Fix Glibc building " Alexey Brodkin
2018-09-21 10:55 ` [OE-core] " Burton, Ross
2018-09-21 11:41 ` Alexey Brodkin
2018-09-21 11:43 ` Burton, Ross
2018-09-20 20:42 ` [PATCH v2 9/9] gcc: Fix specs generation " Alexey Brodkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180920204232.10583-7-abrodkin@synopsys.com \
--to=alexey.brodkin@synopsys.com \
--cc=linux-snps-arc@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).