Patchworkβ [oe,6/7] tune-ppc440.inc: add base to extra archs

login
register
about
Submitter Adrian Alonso
Date 2010-03-05 23:15:18
Message ID <1267830919-14718-6-git-send-email-aalonso00@gmail.com>
Download mbox | patch
Permalink /patch/1665/
State Applied
Headers show

Comments

Adrian Alonso - 2010-03-05 23:15:18
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
---
 conf/machine/include/tune-ppc440.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Patch

diff --git a/conf/machine/include/tune-ppc440.inc b/conf/machine/include/tune-ppc440.inc
index feca186..1c94a34 100644
--- a/conf/machine/include/tune-ppc440.inc
+++ b/conf/machine/include/tune-ppc440.inc
@@ -1,4 +1,4 @@ 
 TARGET_CC_ARCH = "-mcpu=440"
 BASE_PACKAGE_ARCH = "ppc440"
 FEED_ARCH = "ppc440"
-PACKAGE_EXTRA_ARCHS += "ppc440e"
+PACKAGE_EXTRA_ARCHS += "${BASE_PACKAGE_ARCH} ppc440e"