diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2010-10-01 04:57:44 -0700 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2010-10-01 04:57:44 -0700 |
commit | ca007d11d632deec2cb75bdc010c577dbe3a0938 (patch) | |
tree | 7271180128f9c2f9b7aa36b9c2bd2ee0bc840e56 /libgcc | |
parent | 83f7dcf287b83c9627f845f955fa63fa621df35a (diff) | |
download | gcc-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.host | 2 |
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 |