x86: unify CPU_TYPE for legacy and geode

According to some reports, -march=pentium-mmx is a better choice for
older Geode CPUs than -march=geode anyway.

Bump the minimum architecture of the legacy target from i486 to
pentium-mmx. Anything older is not worth supporting anyway.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2017-01-24 13:11:43 +01:00
parent 94b6dc3a43
commit f4f8f4a180
2 changed files with 2 additions and 5 deletions

View File

@@ -7,8 +7,6 @@ DEFAULT_PACKAGES += \
kmod-ledtrig-heartbeat kmod-ledtrig-gpio \
kmod-ledtrig-netdev hwclock wpad-mini
CPU_TYPE := geode
define Target/Description
Build firmware images for AMD Geode GX/LX based systems (net5501, alix, geos)
endef