diff options
author | Jonathan Yong <jon_y@users.sourceforge.net> | 2011-01-30 20:10:20 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2011-01-30 20:10:20 +0000 |
commit | a70e05515384f40bf8d82d697951b283c8440276 (patch) | |
tree | 79605de99b24fd2a6d0e2eab8cf723e66d79edb0 /gcc/config.gcc | |
parent | 176a192a123b169f11f258f6885308014c1cd37f (diff) | |
download | gcc-a70e05515384f40bf8d82d697951b283c8440276.zip gcc-a70e05515384f40bf8d82d697951b283c8440276.tar.gz gcc-a70e05515384f40bf8d82d697951b283c8440276.tar.bz2 |
config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules to tmake_file.
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.
From-SVN: r169418
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 516c41f..83fd10d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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" |