diff options
Diffstat (limited to 'gcc/config/alpha/t-crtfm')
-rw-r--r-- | gcc/config/alpha/t-crtfm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/alpha/t-crtfm b/gcc/config/alpha/t-crtfm new file mode 100644 index 000000000..b4103834a --- /dev/null +++ b/gcc/config/alpha/t-crtfm @@ -0,0 +1,5 @@ +EXTRA_PARTS += crtfastmath.o + +$(T)crtfastmath.o: $(srcdir)/config/alpha/crtfastmath.c $(GCC_PASSES) + $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -frandom-seed=gcc-crtfastmath -c \ + -o $(T)crtfastmath.o $(srcdir)/config/alpha/crtfastmath.c |