Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: src/sys/arch/x68k/stand/boot_ustar
"Tetsuya Isaki" writes:
> Module Name: src
> Committed By: isaki
> Date: Mon Apr 14 14:24:27 UTC 2014
>
> Modified Files:
> src/sys/arch/x68k/stand/boot_ustar: Makefile
>
> Log Message:
> Remove -mc68000 asm option for GCC4.8 (or new binutils?).
> With this option, new gcc complains that "boot_ustar.S:21: Error:
> selected processor does not have all features of selected architecture".
> I'm not sure about the essence of this error, but this option maybe
> not needed because there is no need to consider about 68000 here.
hmmm this option is now called -march=68000. i don't think any
x68k are 68000 are they? all 020/030/040? perhaps using
-mcpu=m68020 here might be best? i would test some and see if
size or speed matters any.
.mrg.
Home |
Main Index |
Thread Index |
Old Index