lkml.org 
[lkml]   [2010]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 2/3] M68K: Use CONFIG_MMU not __uClinux__ to select m68knommu contributions
Date
Geert Uytterhoeven <geert@linux-m68k.org> wrote:

> > Not sure about m68k but m68knommu targets already setup
> > appropriate -mcpu flags for its various supported CPU types.
>
> Same for m68k.

It doesn't seem to:

warthog>grep -r mcpu arch/m68k
warthog1>grep -r mtune arch/m68k
warthog1>

I see that m68knommu does:

warthog1>grep -r mcpu arch/m68knommu/
arch/m68knommu/Makefile:cflags-$(CONFIG_M5206) := $(call cc-option,-mcpu=5206,-m5200)
arch/m68knommu/Makefile:cflags-$(CONFIG_M520x) := $(call cc-option,-mcpu=5208,-m5200)
arch/m68knommu/Makefile:cflags-$(CONFIG_M523x) := $(call cc-option,-mcpu=523x,-m5307)
...

I guess the m68k compiler I already had doesn't fully support -m5200, since I
see that, but it doesn't compile some of the instructions when compiling the
m68knommu defconfig (CONFIG_M520x=y).

David


\
 
 \ /
  Last update: 2010-09-03 11:55    [W:0.067 / U:1.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site