This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch]: Fix typo for enabling of decimal floating point in libgcc for *-w64-mingw* targets


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

-- 
|? (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination

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-*)
                                tmake_file="${tmake_file} i386/t-mingw-w64"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]