Skip to content
Snippets Groups Projects
Commit ef7c141c authored by H.J. Lu's avatar H.J. Lu Committed by H.J. Lu
Browse files

Add the missing `$'.

2010-10-01  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r164876
parent 29aca1e1
No related branches found
No related tags found
No related merge requests found
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> 2010-09-30 Michael Eager <eager@eagercon.com>
* config.host: Add microblaze*-*-*. * config.host: Add microblaze*-*-*.
......
...@@ -610,7 +610,7 @@ i[34567]86-*-linux* | x86_64-*-linux* | \ ...@@ -610,7 +610,7 @@ i[34567]86-*-linux* | x86_64-*-linux* | \
i[34567]86-*-gnu*) i[34567]86-*-gnu*)
tmake_file="${tmake_file} t-tls" tmake_file="${tmake_file} t-tls"
if test "$libgcc_cv_cfi" = "yes"; then 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 fi
;; ;;
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment