summaryrefslogtreecommitdiffstats
path: root/meta/packages/icu
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-07-25 09:28:10 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-07-25 09:28:10 +0000
commit9b547ecf849b66aa883328fb6b26d9b412a4d2ec (patch)
tree77a093629794bdd9472b0c66da5d7d164e25e1a1 /meta/packages/icu
parent86cc4b3b9168cd2449384598b71d662da837f551 (diff)
downloadpoky-9b547ecf849b66aa883328fb6b26d9b412a4d2ec.tar.gz
icu: use -Os for arm to make it build with gcc 4.3.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36415 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4947 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/icu')
-rw-r--r--meta/packages/icu/icu_3.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/icu/icu_3.6.bb b/meta/packages/icu/icu_3.6.bb
index 91b25adbe9..5760ddb2bc 100644
--- a/meta/packages/icu/icu_3.6.bb
+++ b/meta/packages/icu/icu_3.6.bb
@@ -3,6 +3,8 @@ require icu-3.6.inc
3DEPENDS += "icu-native" 3DEPENDS += "icu-native"
4PR = "r3" 4PR = "r3"
5 5
6FULL_OPTIMIZATION_arm = "-Os"
7
6SRC_URI += "file://use-g++-for-linking.patch;patch=1" 8SRC_URI += "file://use-g++-for-linking.patch;patch=1"
7 9
8do_configure_append() { 10do_configure_append() {