mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
6 lines
270 B
Plaintext
6 lines
270 B
Plaintext
# -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 $<
|