From: H.J. Lu Date: Fri, 1 Oct 2010 11:31:26 +0000 (+0000) Subject: Add the missing `$'. X-Git-Tag: releases/gcc-4.6.0~3955 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef7c141c38df472ccc01b2c236ae7d36d2dafee1;p=thirdparty%2Fgcc.git Add the missing `$'. 2010-10-01 H.J. Lu PR target/45858 * config.host: Add the missing `$'. From-SVN: r164876 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f51809630154..f3b4793827e7 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2010-10-01 H.J. Lu + + PR target/45858 + * config.host: Add the missing `$'. + 2010-09-30 Michael Eager * config.host: Add microblaze*-*-*. diff --git a/libgcc/config.host b/libgcc/config.host index f2d1983c8743..ec9b7ed35379 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