Skip to content
Commit da86b5ac authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 6bd9ca56
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment