From: H.J. Lu Date: Fri, 1 Oct 2010 11:57:44 +0000 (-0700) Subject: Remove the extra `$'. X-Git-Tag: releases/gcc-4.6.0~3953 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca007d11d632deec2cb75bdc010c577dbe3a0938;p=thirdparty%2Fgcc.git Remove the extra `$'. From-SVN: r164878 --- 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