aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gcc.gnu.org>2010-10-01 04:57:44 -0700
committerH.J. Lu <hjl@gcc.gnu.org>2010-10-01 04:57:44 -0700
commitca007d11d632deec2cb75bdc010c577dbe3a0938 (patch)
tree7271180128f9c2f9b7aa36b9c2bd2ee0bc840e56 /libgcc
parent83f7dcf287b83c9627f845f955fa63fa621df35a (diff)
downloadgcc-ca007d11d632deec2cb75bdc010c577dbe3a0938.zip
gcc-ca007d11d632deec2cb75bdc010c577dbe3a0938.tar.gz
gcc-ca007d11d632deec2cb75bdc010c577dbe3a0938.tar.bz2
Remove the extra `$'.
From-SVN: r164878
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/config.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index ec9b7ed..eb70215 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -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