diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-01 11:31:26 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-01 11:31:26 +0000 |
commit | 13ba42172f82b9074d2d8787bca82ad1000bd78e (patch) | |
tree | b62ec00e8ff7d08fe29c60d8854e4d0684dad713 /libgcc/config.host | |
parent | 22c13bbd704a253526e69e214f0589bdf806e488 (diff) | |
download | gcc-13ba42172f82b9074d2d8787bca82ad1000bd78e.tar.gz |
Add the missing `$'.
2010-10-01 H.J. Lu <hongjiu.lu@intel.com>
PR target/45858
* config.host: Add the missing `$'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164876 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-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 f2d1983c874..ec9b7ed3537 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 |