mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
da86b5acee
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> |
||
---|---|---|
.. | ||
Config.in | ||
icu-4c-3_8_1-lsupc++.patch | ||
icu-both-elif-no-arguments.patch | ||
icu-cross-compile.patch | ||
icu.mk |