Subject: [Bug c/31035] GNU/Hurd needs crtfm and dfprules too

Samuel Thibault samuel.thibault@ens-lyon.org
Sun Mar 4 13:18:00 GMT 2007


Hi,

Currently, on the GNU/Hurd target, gcc doesn't built crtfastmath.o,
which is needed whenever one compiles with -ffast-math. The attached
patch fixes this.

Samuel
-------------- next part --------------
Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc	(r???vision 120197)
+++ gcc/config.gcc	(copie de travail)
@@ -1134,6 +1134,7 @@
 	tmake_file="${tmake_file} i386/t-linux64 i386/t-crtfm t-dfprules"
 	;;
 i[34567]86-*-gnu*)
+	tmake_file="${tmake_file} i386/t-crtfm t-dfprules"
 	;;
 i[34567]86-pc-msdosdjgpp*)
 	xm_file=i386/xm-djgpp.h


More information about the Gcc-patches mailing list