parallel make breaks newlib install

This commit is contained in:
Dave Murphy 2017-02-02 01:50:57 +00:00
parent c9109d8681
commit 9e8a149558
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ fi
if [ ! -f installed-newlib ]
then
$MAKE install || { echo "Error installing newlib"; exit 1; }
$MAKE install -j1 || { echo "Error installing newlib"; exit 1; }
touch installed-newlib
fi

View File

@ -142,7 +142,7 @@ then
fi
if [ ! -f installed-newlib ]
then
$MAKE install || { echo "Error installing newlib"; exit 1; }
$MAKE install -j1 || { echo "Error installing newlib"; exit 1; }
touch installed-newlib
fi