[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Kernel compiling error



On 10/06/2011 13:23, Miro Kropáček wrote:
>     04 and the make error appear only after that release. So something is
>     changed in the sources. I'm just curious to know why the 020-60 switch
>     was working before and not now.
> 
> Actually, you are right. This behavior can be observed after Vincent's
> change / support for ColdFire CPU:
> 
> -ifneq ($(CPU),030)
> -NOCFLAGS-mmu030.S = $(MODEL)
> -endif
> -CFLAGS-mmu030.S = -m68030
> -ifneq ($(CPU),040)
> -NOCFLAGS-mmu040.S = $(MODEL)
> -endif
> -CFLAGS-mmu040.S = -m68040
> what basically means CPU flags are always the same as for C source
> files. To me it seems OK, to use famous expression, it's not a bug but a
> feature :)

First, thank you for the infos and for testing, second, if it is ok for
you, it's ok for me too :) Back to 68030... :)
Bye!
Roberto