[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] XaAES nkcc sync from cflib
=?ISO-8859-1?Q?Vincent_Rivi=E8re?= wrote:
> Helmut Karlowski wrote:
> > I noticed there is still a .s: accstart.s. Should this be renamed to .S=
> ?
>
> You are right.
>
> That file is small and contains only instructions compatible with both 68=
> 0x0=20
> and ColdFire, so it is not strictly necessary to rename it to .S (to enab=
> le=20
> preprocessor support).
>
> But for more consistency, you can rename it if you like. In that case, yo=
> u=20
> should also get rid of $(SOBJS:.s=3D.o) in Makefile.objs.
Seems this is not so easy on cygwins VFAT ;-)
Had to fix for gcc2 as well, hope it's all correct now.
-Helmut