aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/libgcc/config/alpha/t-crtfm
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/libgcc/config/alpha/t-crtfm')
-rw-r--r--gcc-4.4.3/libgcc/config/alpha/t-crtfm6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc-4.4.3/libgcc/config/alpha/t-crtfm b/gcc-4.4.3/libgcc/config/alpha/t-crtfm
new file mode 100644
index 000000000..48c21d88f
--- /dev/null
+++ b/gcc-4.4.3/libgcc/config/alpha/t-crtfm
@@ -0,0 +1,6 @@
+# FIXME drow/20061228 - I have preserved this -frandom-seed option
+# while migrating this rule from the GCC directory, but I do not
+# know why it is necessary if no other crt file uses it.
+crtfastmath.o: $(gcc_srcdir)/config/alpha/crtfastmath.c
+ $(gcc_compile) -frandom-seed=gcc-crtfastmath -c \
+ $(gcc_srcdir)/config/alpha/crtfastmath.c