| Submitter | Kai Tietz |
|---|---|
| Date | Sept. 18, 2010, 2:51 p.m. |
| Message ID | <AANLkTikEnAuQZawUiP9F2_sJ_4wUb9g24Ngk8hGikX3u@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/65127/ |
| State | New |
| Headers | show |
Comments
Patch
Index: config.gcc =================================================================== --- config.gcc (revision 164391) +++ config.gcc (working copy) @@ -1442,7 +1442,7 @@ else tmake_eh_file="i386/t-sjlj-eh" 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 x86_64-w64-*)
Hello, Correct an obvious typo for *-w64-mingw* targets about enabling t-dfprules. 2010-09-18 Kai Tietz * config.gcc (*-w64-mingw*): Correct typo about t-dfprules. Appiled at revision 164393. Regards, Kai