On Mon, Jan 09, 2006 at 02:38:17PM +0100, Peter S. Mazinger wrote: > for HAVE_ENDFILE_MATH and HAVE_NOSTARTFILE_STATIC another possibility > would be > %{static:%:if-exists-else(crtbeginT.o%s crtbegin.o%s)} > %{ffast-math|funsafe-math-optimizations:%:if-exists(crtfastmath.o%s)}
That's IMHO a bad idea, because that means additional runtime overhead. Jakub