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 9b547ecf84 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>
This commit is contained in:
Phil Blundell 2013-04-23 17:45:41 +01:00 committed by Richard Purdie
parent 3dd0810d3b
commit 648c8cd449
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ S = "${WORKDIR}/icu/source"
STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}"
PARALLEL_MAKE = ""
FULL_OPTIMIZATION_arm = "-Os"
CPPFLAGS_append_libc-uclibc = " -DU_TIMEZONE=0"
inherit autotools pkgconfig binconfig