diff --git a/libgcc/config.host b/libgcc/config.host
index ec9b7ed35379ea2cd8d89f2dffe252375f9705bf..eb70215536d334fec7cb8894d9b09aa03d03f50f 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