speech-tools: disabling PARALLEL_MAKE (addresses #278)
This commit is contained in:
parent
121fe01a41
commit
dee2fec9a5
|
@ -12,6 +12,8 @@ S = "${WORKDIR}/speech_tools"
|
||||||
|
|
||||||
inherit autotools-brokensep
|
inherit autotools-brokensep
|
||||||
|
|
||||||
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
#force crosscompilation compiler
|
#force crosscompilation compiler
|
||||||
sed -i 's:CC=gcc:CC=${CC}:g' ${S}/config/compilers/gcc_defaults.mak
|
sed -i 's:CC=gcc:CC=${CC}:g' ${S}/config/compilers/gcc_defaults.mak
|
||||||
|
|
Loading…
Reference in New Issue