diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-25 09:28:10 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-25 09:28:10 +0000 |
commit | 9b547ecf849b66aa883328fb6b26d9b412a4d2ec (patch) | |
tree | 77a093629794bdd9472b0c66da5d7d164e25e1a1 | |
parent | 86cc4b3b9168cd2449384598b71d662da837f551 (diff) | |
download | poky-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
-rw-r--r-- | meta/packages/icu/icu_3.6.bb | 2 |
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 | |||
3 | DEPENDS += "icu-native" | 3 | DEPENDS += "icu-native" |
4 | PR = "r3" | 4 | PR = "r3" |
5 | 5 | ||
6 | FULL_OPTIMIZATION_arm = "-Os" | ||
7 | |||
6 | SRC_URI += "file://use-g++-for-linking.patch;patch=1" | 8 | SRC_URI += "file://use-g++-for-linking.patch;patch=1" |
7 | 9 | ||
8 | do_configure_append() { | 10 | do_configure_append() { |