Remove the extra `$'.

From-SVN: r164878
This commit is contained in:
H.J. Lu 2010-10-01 04:57:44 -07:00
parent 83f7dcf287
commit ca007d11d6

View file

@ -610,7 +610,7 @@ i[34567]86-*-linux* | x86_64-*-linux* | \
i[34567]86-*-gnu*)
tmake_file="${tmake_file} t-tls"
if test "$libgcc_cv_cfi" = "yes"; then
tmake_file="${$tmake_file} t-stack i386/t-stack-i386"
tmake_file="${tmake_file} t-stack i386/t-stack-i386"
fi
;;
esac