NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: toolchain/53137: Non-deterministic gcc build (build fails sometimes)
i think this is caused by this rule:
usr.bin/backend/Makefile:
# genattrtab has three output files
# XXX fix me
insn-attrtab.c insn-dfatab.c insn-latencytab.c: genattrtab ${G_md_file} insn-conditions.md
${_MKTARGET_CREATE}
./genattrtab ${G_md_file} insn-conditions.md -Ainsn-attrtab.c -Dinsn-dfatab.c -Linsn-latencytab.c
CLEANFILES+= insn-attrtab.c insn-dfatab.c insn-latencytab.c
just judging by what file fails most(all?) of the time.
.mrg.
Home |
Main Index |
Thread Index |
Old Index