buildroot/package/icu
Peter Korsgaard da86b5acee icu: fix build with gcc >= 4.4 / JLEVEL > 1
Fix two issues with the icu build:
- icu source contains an #elif without any arguments, which g++ >= 4.4
  flags as an error. This is both an issue for target and host build,
  so restructure the .mk so any *both*patch is applied to both builds
  (the other patches would cause trouble with host builds)
- icu build system isn't parallel make safe, use MAKE1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-23 23:32:49 +02:00
..
Config.in icu: needs wchar support in toolchain as well 2009-01-27 15:02:29 +00:00
icu-4c-3_8_1-lsupc++.patch added icu 2008-03-06 18:12:45 +00:00
icu-both-elif-no-arguments.patch icu: fix build with gcc >= 4.4 / JLEVEL > 1 2010-05-23 23:32:49 +02:00
icu-cross-compile.patch added icu 2008-03-06 18:12:45 +00:00
icu.mk icu: fix build with gcc >= 4.4 / JLEVEL > 1 2010-05-23 23:32:49 +02:00