Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/amiga/stand/bootblock/boot
Module Name: src
Committed By: rin
Date: Fri Apr 29 06:56:56 UTC 2022
Modified Files:
src/sys/arch/amiga/stand/bootblock/boot: Makefile
Log Message:
Now, cread.c can be built with -Os.
It was not a compiler bug actually; object code generated with
"-Os -Wa,-l" contains R_68K_16, which is not supported by elf2bb(1).
We should have fixed elf2bb(1), but the problem is gone at the moment.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/amiga/stand/bootblock/boot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index