From: Gustavo Zacarias Date: Thu, 4 Jun 2015 13:17:56 +0000 (-0300) Subject: icu: enable parallel build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8080aacf700c92508d2c9c71d4d4d5a3cab0e75a;p=buildroot.git icu: enable parallel build Re-enable parallel builds, it doesn't seem to be affected by the issue worked around in 5a8c7934 any more. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/icu/icu.mk b/package/icu/icu.mk index 259017886c..e89290adc9 100644 --- a/package/icu/icu.mk +++ b/package/icu/icu.mk @@ -24,7 +24,6 @@ HOST_ICU_CONF_OPTS = \ --disable-icuio \ --disable-layout \ --disable-renaming -ICU_MAKE = $(MAKE1) ICU_SUBDIR = source HOST_ICU_SUBDIR = source