[oe-commits] Phil Blundell : icu: Remove unnecessary FULL_OPTIMIZATION_arm setting

git at git.openembedded.org git at git.openembedded.org
Sun Apr 28 11:08:38 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 05caf3417402df5c4f8f722830bfb896385cf9a5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=05caf3417402df5c4f8f722830bfb896385cf9a5

Author: Phil Blundell <pb at pbcl.net>
Date:   Tue Apr 23 17:45:41 2013 +0100

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.

Signed-off-by: Phil Blundell <philb at gnu.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 d7cb84a..77efcdb 100644
--- a/meta/recipes-support/icu/icu.inc
+++ b/meta/recipes-support/icu/icu.inc
@@ -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





More information about the Openembedded-commits mailing list