diff options
Diffstat (limited to 'libgcc/config/t-crtfm')
-rw-r--r-- | libgcc/config/t-crtfm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libgcc/config/t-crtfm b/libgcc/config/t-crtfm index 1d3b8ecfc35..61e62696bfd 100644 --- a/libgcc/config/t-crtfm +++ b/libgcc/config/t-crtfm @@ -1,5 +1,2 @@ -# -frandom-seed is necessary to avoid bootstrap comparison failures due to -# changing mangled names of the constructor on Tru64 Unix, but harmless -# otherwise. crtfastmath.o: $(srcdir)/config/$(cpu_type)/crtfastmath.c - $(gcc_compile) -frandom-seed=gcc-crtfastmath -c $< + $(gcc_compile) -c $< |