diff options
Diffstat (limited to 'conf/machine/include/tune-ppc405.inc')
-rw-r--r-- | conf/machine/include/tune-ppc405.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/tune-ppc405.inc b/conf/machine/include/tune-ppc405.inc index a54aec0336..e5edd68040 100644 --- a/conf/machine/include/tune-ppc405.inc +++ b/conf/machine/include/tune-ppc405.inc @@ -3,3 +3,4 @@ TARGET_FPU ?= "soft" TARGET_CC_ARCH = "-mcpu=405" BASE_PACKAGE_ARCH = "ppc405" FEED_ARCH = "ppc405" +PACKAGE_EXTRA_ARCHS += "ppc405" |