From: Mike Westerhof Date: Mon, 10 Nov 2008 06:49:50 +0000 (-0600) Subject: conf/machine/ixp4xx: remove duplicate archs now specificed in tune-xscale X-Git-Tag: Release-2010-05/1~5449 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b84b9a27154e3692fe2c091429594c24b65a9a1;p=openembedded.git conf/machine/ixp4xx: remove duplicate archs now specificed in tune-xscale --- diff --git a/conf/machine/ixp4xxbe.conf b/conf/machine/ixp4xxbe.conf index 756024a3a7..575886fba6 100644 --- a/conf/machine/ixp4xxbe.conf +++ b/conf/machine/ixp4xxbe.conf @@ -4,7 +4,7 @@ TARGET_ARCH = "armeb" -PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb" +PACKAGE_EXTRA_ARCHS = "armv5eb" require conf/machine/include/ixp4xx.inc diff --git a/conf/machine/ixp4xxle.conf b/conf/machine/ixp4xxle.conf index 622db3ec27..d823c08a67 100644 --- a/conf/machine/ixp4xxle.conf +++ b/conf/machine/ixp4xxle.conf @@ -4,7 +4,7 @@ TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te" +PACKAGE_EXTRA_ARCHS = "armv5e" require conf/machine/include/ixp4xx.inc