[PATCH] m68knommu/coldfire: fix gcc cpu define
From: <gerg@snapgear.com> Fix architecture/cpu defines to support those used by modern versions of gcc (that is gcc > 3.3.x) for m68knommu. The standard for defining ColdFire architectures is no longer __mcf5200__, it is now __mcoldfire__. This patch fixes all the occurances in the m68knommu/lib functions.
Showing
Please register or sign in to comment