diff options
author | Phil Blundell <pb@pbcl.net> | 2013-04-23 17:45:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-28 12:12:21 +0100 |
commit | 648c8cd449662d799771b7dc63cd9d2a2b6c4d65 (patch) | |
tree | 1fbe438196a97232ba6ef25e902d9b2cec47cd18 /meta/recipes-support | |
parent | 3dd0810d3b64b7aef422ea7bce3de6c8d9bb1e3d (diff) | |
download | poky-648c8cd449662d799771b7dc63cd9d2a2b6c4d65.tar.gz |
icu: Remove unnecessary FULL_OPTIMIZATION_arm setting
This is distro policy and shouldn't be getting set by the recipe. It was
added in commit 9b547ecf849b66aa883328fb6b26d9b412a4d2ec as a workaround
for gcc bug #37436, but the compiler bug was fixed more than four years
ago and the workaround is no longer required.
(From OE-Core rev: 05caf3417402df5c4f8f722830bfb896385cf9a5)
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/icu/icu.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index d7cb84a400..77efcdb620 100644 --- a/meta/recipes-support/icu/icu.inc +++ b/meta/recipes-support/icu/icu.inc | |||
@@ -10,7 +10,6 @@ S = "${WORKDIR}/icu/source" | |||
10 | STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}" | 10 | STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}" |
11 | 11 | ||
12 | PARALLEL_MAKE = "" | 12 | PARALLEL_MAKE = "" |
13 | FULL_OPTIMIZATION_arm = "-Os" | ||
14 | CPPFLAGS_append_libc-uclibc = " -DU_TIMEZONE=0" | 13 | CPPFLAGS_append_libc-uclibc = " -DU_TIMEZONE=0" |
15 | 14 | ||
16 | inherit autotools pkgconfig binconfig | 15 | inherit autotools pkgconfig binconfig |