Commit a70e0551 by Jonathan Yong Committed by Dave Korn

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
parent 176a192a
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> 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
* doc/install.texi (hppa-hp-hpux10): Remove references to HP * doc/install.texi (hppa-hp-hpux10): Remove references to HP
......
...@@ -1430,7 +1430,7 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*) ...@@ -1430,7 +1430,7 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*)
else else
tmake_dlldir_file="i386/t-dlldir-x" tmake_dlldir_file="i386/t-dlldir-x"
fi 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" target_gtfiles="\$(srcdir)/config/i386/winnt.c"
extra_options="${extra_options} i386/cygming.opt" extra_options="${extra_options} i386/cygming.opt"
extra_objs="winnt.o winnt-stubs.o" extra_objs="winnt.o winnt-stubs.o"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment