llvm: Never rebuild gold in configure.llvm.

Change-Id: I7378ca38a5a9bf018823b6431d1a4ca8fbb10b58
This commit is contained in:
Cristiano Giuffrida 2015-01-28 14:30:38 +01:00 committed by David van Moolenbroek
parent c9590fa23a
commit 035cdb2e79

View file

@ -86,17 +86,7 @@ fi
########################
if [ "${GEN_GOLD_PLUGIN}" == "yes" ] && [ -f "${MYPWD}/.gold_generated" ]; then
echo "It is found that Gold plugin has already been generated. Would you like to re-generate? [y | n]"
if [ "$INTERACTIVE" == "no" ]; then
response=n
else
read response
fi
if [ "y" == "$response" ] || [ "Y" == "$response" ]; then
echo "Gold shall be regenerated."
else
GEN_GOLD_PLUGIN="no"
fi
GEN_GOLD_PLUGIN="no"
fi
if [ "${GEN_GOLD_PLUGIN}" == "yes" ]; then