diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-04-22 07:50:11 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-04-22 07:50:11 +0000 |
commit | 4c93667e620c07bd45205c398a33187e3b38f1fd (patch) | |
tree | 16862c90fff8dffd559d141dd5106bf878f106f0 /conf/machine/turbostation.conf | |
parent | 248ef2d30cd3931112a99b3416498f7529291cd8 (diff) |
conf/machine/{various}.conf: cleanup PACKAGE_EXTRA_ARCHS for powerpc machines
Diffstat (limited to 'conf/machine/turbostation.conf')
-rw-r--r-- | conf/machine/turbostation.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index 5c86a5fa2b..6d9362958b 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -1,7 +1,7 @@ TARGET_ARCH = "powerpc" TARGET_OS = "linux" TARGET_FPU = "hard" -PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +PACKAGE_EXTRA_ARCHS = "ppc603e" INHERIT += "turbostation-image" |