-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 797df22.
- Loading branch information
Showing
3 changed files
with
34 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From e3c25af4b40d64f098e7b8ae5a91fdc3c90163c4 Mon Sep 17 00:00:00 2001 | ||
From 500321387ceca48934bb0f323779117cd518bab6 Mon Sep 17 00:00:00 2001 | ||
From: Lei Maohui <[email protected]> | ||
Date: Wed, 8 May 2019 14:42:30 +0900 | ||
Subject: [PATCH] icu: Added armeb support. | ||
|
@@ -8,13 +8,12 @@ Make icu support arm32 BE. | |
Upstream-Status: Pending | ||
|
||
Signed-off-by: Lei Maohui <[email protected]> | ||
|
||
--- | ||
i18n/double-conversion-utils.h | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/source/i18n/double-conversion-utils.h b/source/i18n/double-conversion-utils.h | ||
index 7f23e0a..7f89094 100644 | ||
diff --git a/i18n/double-conversion-utils.h b/i18n/double-conversion-utils.h | ||
index c937463..feaad0f 100644 | ||
--- a/i18n/double-conversion-utils.h | ||
+++ b/i18n/double-conversion-utils.h | ||
@@ -115,7 +115,7 @@ int main(int argc, char** argv) { | ||
|
@@ -25,4 +24,7 @@ index 7f23e0a..7f89094 100644 | |
+ defined(__arm__) || defined(__avr32__) || defined(_M_ARM) || defined(_M_ARM64) || \ | ||
defined(__hppa__) || defined(__ia64__) || \ | ||
defined(__mips__) || \ | ||
defined(__loongarch__) || \ | ||
defined(__nios2__) || defined(__ghs) || \ | ||
-- | ||
2.25.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters