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/ppc64/sys-available/toolchain-ppc64 | |
parent | 592507d39bf613f6b6f8f35e428ea75732971df7 (diff) |
use xz instead of gzip, remove grub for qemu, add it only to ibm-x40
Diffstat (limited to 'target/ppc64/sys-available/toolchain-ppc64')
-rw-r--r-- | target/ppc64/sys-available/toolchain-ppc64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc64/sys-available/toolchain-ppc64 b/target/ppc64/sys-available/toolchain-ppc64 index 50e72654a..dce18a3a3 100644 --- a/target/ppc64/sys-available/toolchain-ppc64 +++ b/target/ppc64/sys-available/toolchain-ppc64 @@ -5,7 +5,7 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_PPC64 select ADK_CPU_PPC64 select ADK_LINUX_64 select ADK_TOOLCHAIN - select ADK_TARGET_PACKAGE_TGZ + select ADK_TARGET_PACKAGE_TXZ help Build a ppc64 toolchain. |