On Tue, Aug 09, 2005 at 02:30:46PM -0700, H. J. Lu wrote: > There is a minor problem. How can I add crtfastmath.o for SSE targets > only?
You don't. You either add code to detect sse, or you make the spec depend on -mfpmath=sse. > Can I add a new macro, TARGET_EXPAND_MAIN_FUNCTION, to > expand_main_function to generate those instructions directly? No. r~