diff options
author | Adrian Alonso <aalonso00@gmail.com> | 2010-03-05 13:15:18 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-03-16 19:57:54 +0100 |
commit | ba37428a7e91205ad205bcf4d19268b6fe73844e (patch) | |
tree | 83b6cc8e31aaeee1518b112012feacb3199ee33b /conf/machine/include | |
parent | c3289a93bb0bcf6d44118bc0c10054b2cb88dd6e (diff) |
tune-ppc440.inc: add base to extra archs
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/tune-ppc440.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-ppc440.inc b/conf/machine/include/tune-ppc440.inc index feca186315..1c94a34e9e 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" |