aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2010-10-01 11:57:44 +0000
committerH.J. Lu <hongjiu.lu@intel.com>2010-10-01 11:57:44 +0000
commitf1ec71d65d4866f294fb1edff5245589ec7aaba6 (patch)
tree7271180128f9c2f9b7aa36b9c2bd2ee0bc840e56 /libgcc
parent8a40e646d3ed75e6ac54e0d49a794c4e5b3cbf8c (diff)
Remove the extra `$'.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@164878 138bc75d-0d04-0410-961f-82ee72b054a4
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 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