ref: 3613f5061be5fa0459cd7282ad99ede9c3cc67ea
parent: 85d0f0e1a2c05afee5a101c1e51a3ddd2ff2a5f6
author: Jacob Moody <moody@posixcafe.org>
date: Mon Dec 11 13:42:31 EST 2023
libc: deduplicate fake cycles() imeplementation to port/ This also fixes the sparc and 68020 libc, since their mkfiles referenced a dummy cycles.c that was never in their subdir. Likewise while the 68000 libc would build, linking a program against it would fail due to missing a _tas implementation. This copies the 68020 implementation to alleviate this.