From 13ba42172f82b9074d2d8787bca82ad1000bd78e Mon Sep 17 00:00:00 2001 From: hjl Date: Fri, 1 Oct 2010 11:31:26 +0000 Subject: [PATCH] Add the missing `$'. 2010-10-01 H.J. Lu PR target/45858 * config.host: Add the missing `$'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164876 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f518096..f3b4793 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 f2d1983..ec9b7ed 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 -- 2.7.4