]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2011-01-30 Jonathan Yong <jon_y@users.sourceforge.net>
authordavek <davek@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Jan 2011 20:10:20 +0000 (20:10 +0000)
committerdavek <davek@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Jan 2011 20:10:20 +0000 (20:10 +0000)
* config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
to tmake_file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169418 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index f49bc3149cf8f159015f682a0d5810077493bba2..c77a5f717ee76b0d7be1a072e1a7872ed0cc672a 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-30  Jonathan Yong <jon_y@users.sourceforge.net> 
+
+       * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
+       to tmake_file.
+
 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * doc/install.texi (hppa-hp-hpux10): Remove references to HP
index 516c41f9bdf76cc4ed48d19f6539ff4a574ae916..83fd10dd09304affa8558645154f6fdcd68580e1 100644 (file)
@@ -1430,7 +1430,7 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*)
        else
                tmake_dlldir_file="i386/t-dlldir-x"
        fi
-       tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-cygming i386/t-cygwin"
+       tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-cygming i386/t-cygwin t-dfprules"
        target_gtfiles="\$(srcdir)/config/i386/winnt.c"
        extra_options="${extra_options} i386/cygming.opt"
        extra_objs="winnt.o winnt-stubs.o"