diff options
Diffstat (limited to 'contrib/gcc/config/alpha/t-crtfm')
-rw-r--r-- | contrib/gcc/config/alpha/t-crtfm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc/config/alpha/t-crtfm b/contrib/gcc/config/alpha/t-crtfm index 7076b51..5ca8c3f 100644 --- a/contrib/gcc/config/alpha/t-crtfm +++ b/contrib/gcc/config/alpha/t-crtfm @@ -1,4 +1,5 @@ EXTRA_PARTS += crtfastmath.o crtfastmath.o: $(srcdir)/config/alpha/crtfastmath.c $(GCC_PASSES) - $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -c -o crtfastmath.o $(srcdir)/config/alpha/crtfastmath.c + $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -frandom-seed=gcc-crtfastmath -c \ + -o crtfastmath.o $(srcdir)/config/alpha/crtfastmath.c |