From patchwork Sat Sep 18 14:51:21 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: : Fix typo for enabling of decimal floating point in libgcc for *-w64-mingw* targets Date: Sat, 18 Sep 2010 04:51:21 -0000 From: Kai Tietz X-Patchwork-Id: 65127 Message-Id: To: GCC Patches 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 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-*)