aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-24 13:11:43 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-24 13:15:01 +0100
commitf4f8f4a180366ee90fd8e153213db2cb746ca361 (patch)
tree5438874a6f1b410eddf14a0ee54fbf0be42a91d6 /target
parent94b6dc3a435bfaebb12b7326194a92a485fa070a (diff)
downloadupstream-f4f8f4a180366ee90fd8e153213db2cb746ca361.tar.gz
upstream-f4f8f4a180366ee90fd8e153213db2cb746ca361.tar.bz2
upstream-f4f8f4a180366ee90fd8e153213db2cb746ca361.zip
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>
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86/geode/target.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/x86/geode/target.mk b/target/linux/x86/geode/target.mk
index d98adac5b5..4faa49f630 100644
--- a/target/linux/x86/geode/target.mk
+++ b/target/linux/x86/geode/target.mk
@@ -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