From ca007d11d632deec2cb75bdc010c577dbe3a0938 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" <hjl@gcc.gnu.org> Date: Fri, 1 Oct 2010 04:57:44 -0700 Subject: [PATCH] Remove the extra `$'. From-SVN: r164878 --- libgcc/config.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgcc/config.host b/libgcc/config.host index ec9b7ed35379..eb70215536d3 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 -- GitLab