Commits

Carlos Santos committed 126162b9159
poco: avoid build failures on multicore hosts Parallel build still fails on heavilly multicore machines (e.g. -j25) and hacks likecommit 32f4957b153bdabe7af60d529942aca7d1a4783d do not seem to be effective. Let's simply use MAKE1 for the build step, instead. Fixes: http://autobuild.buildroot.net/results/388/38834ad3013fe79e5e4f75997133f1bd827be6dc Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>