diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-25 23:38:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-25 23:38:49 +0100 |
commit | d787919ca32f7b8ce29b64f7d9f9b4c1d79c7e29 (patch) | |
tree | d01c8233f0e3657cbfac25b44c840bc80c9c63b1 /target/ppc64/systems/toolchain-ppc64 | |
parent | 2826acfb9da3f85743ba3f8c2d34568109ab3c22 (diff) |
allow to build different ppc64 subarchs
Diffstat (limited to 'target/ppc64/systems/toolchain-ppc64')
-rw-r--r-- | target/ppc64/systems/toolchain-ppc64 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/ppc64/systems/toolchain-ppc64 b/target/ppc64/systems/toolchain-ppc64 index 389c71007..78e30ef31 100644 --- a/target/ppc64/systems/toolchain-ppc64 +++ b/target/ppc64/systems/toolchain-ppc64 @@ -1,7 +1,6 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_PPC64 bool "Toolchain only" - select ADK_CPU_PPC64 - select ADK_TAGET_TOOLCHAIN + select ADK_TARGET_TOOLCHAIN select ADK_TARGET_PACKAGE_TXZ help PPC64 toolchain. |