m68knommu: switch to using -mcpu= flags for ColdFire targets
authorGreg Ungerer <gerg@uclinux.org>
Thu, 18 Nov 2010 02:52:08 +0000 (12:52 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 5 Jan 2011 05:19:21 +0000 (15:19 +1000)
Gcc has deprecated the use of the following ColdFire cpu options:
-m5206e, -m528x, -m5307 and -m5407. In there place we should use
the equivilent -mcpu= option and setting.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>

No differences found