diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-01 11:57:44 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-01 11:57:44 +0000 |
commit | f2d9def0db225046734f18477921cc465d7bf995 (patch) | |
tree | 7271180128f9c2f9b7aa36b9c2bd2ee0bc840e56 /libgcc | |
parent | 3373795dc346d098b6848035322627a15c7cb7cd (diff) | |
download | gcc-f2d9def0db225046734f18477921cc465d7bf995.tar.gz |
Remove the extra `$'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164878 138bc75d-0d04-0410-961f-82ee72b054a4
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 ec9b7ed3537..eb70215536d 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 |