binutils/binutils: CT_BINUTILS_GOLD_THREADED should be CT_BINUTILS_GOLD_THREADS

Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
This commit is contained in:
Zhenqiang Chen 2012-08-07 14:03:03 +08:00
parent 989d474a64
commit 270b8ddf64

View File

@ -123,7 +123,7 @@ do_binutils_backend() {
extra_config+=( --enable-ld=yes --enable-gold=default )
;;
esac
if [ "${CT_BINUTILS_GOLD_THREADED}" = "y" ]; then
if [ "${CT_BINUTILS_GOLD_THREADS}" = "y" ]; then
extra_config+=( --enable-threads )
fi
fi