Commit b4b7e792 by Kai Tietz Committed by Kai Tietz

config.gcc (*-w64-mingw*): Correct typo about t-dfprules.

2010-09-18  Kai Tietz  <kai.tietz@onevision.com>

        * config.gcc (*-w64-mingw*): Correct typo about t-dfprules.

From-SVN: r164393
parent a9db10d4
2010-09-18 Kai Tietz <kai.tietz@onevision.com>
* config.gcc (*-w64-mingw*): Correct typo about t-dfprules.
2010-09-18 Richard Guenther <rguenther@suse.de> 2010-09-18 Richard Guenther <rguenther@suse.de>
PR tree-optimization/45709 PR tree-optimization/45709
......
...@@ -1442,7 +1442,7 @@ i[34567]86-*-mingw* | x86_64-*-mingw*) ...@@ -1442,7 +1442,7 @@ i[34567]86-*-mingw* | x86_64-*-mingw*)
else else
tmake_eh_file="i386/t-sjlj-eh" tmake_eh_file="i386/t-sjlj-eh"
fi fi
tmake_file="${tmake_file} ${tmake_eh_file} i386/t-cygming i386/t-dfprules" tmake_file="${tmake_file} ${tmake_eh_file} i386/t-cygming t-dfprules"
case ${target} in case ${target} in
x86_64-w64-*) x86_64-w64-*)
tmake_file="${tmake_file} i386/t-mingw-w64" tmake_file="${tmake_file} i386/t-mingw-w64"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment