Add the missing `$'.
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 1 Oct 2010 11:31:26 +0000 (11:31 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 1 Oct 2010 11:31:26 +0000 (04:31 -0700)
2010-10-01  H.J. Lu  <hongjiu.lu@intel.com>

PR target/45858
* config.host: Add the missing `$'.

From-SVN: r164876

libgcc/ChangeLog
libgcc/config.host

index f518096..f3b4793 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/45858
+       * config.host: Add the missing `$'.
+
 2010-09-30  Michael Eager  <eager@eagercon.com>
 
        * config.host: Add microblaze*-*-*.
index f2d1983..ec9b7ed 100644 (file)
@@ -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