diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-29 10:33:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-29 10:33:08 +0100 |
commit | 28e9a68b020cdbde0e1e71a4967bee0bc26a0890 (patch) | |
tree | 727fb064bb935d68b2e7b8446460ee15e677004a /target/ppc | |
parent | 592507d39bf613f6b6f8f35e428ea75732971df7 (diff) |
use xz instead of gzip, remove grub for qemu, add it only to ibm-x40
Diffstat (limited to 'target/ppc')
-rw-r--r-- | target/ppc/sys-available/toolchain-ppc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc/sys-available/toolchain-ppc b/target/ppc/sys-available/toolchain-ppc index 54e35e6a5..dd432ecda 100644 --- a/target/ppc/sys-available/toolchain-ppc +++ b/target/ppc/sys-available/toolchain-ppc @@ -4,7 +4,7 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_PPC select ADK_toolchain_ppc select ADK_CPU_PPC select ADK_TOOLCHAIN - select ADK_TARGET_PACKAGE_TGZ + select ADK_TARGET_PACKAGE_TXZ help Build a ppc toolchain. |