diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-21 23:07:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-21 23:07:09 +0100 |
commit | ed4403bfb1fe658735a6a9d64c282d599c6b7901 (patch) | |
tree | b429140963bd2f2cfe1c0718c8843e12af9d0e41 | |
parent | 956aa3255fe0db46dc0175453138534237a6239c (diff) |
fix x86_64 toolchain building
-rw-r--r-- | target/x86_64/sys-available/toolchain-x86_64 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/x86_64/sys-available/toolchain-x86_64 b/target/x86_64/sys-available/toolchain-x86_64 index c268e9687..e71829085 100644 --- a/target/x86_64/sys-available/toolchain-x86_64 +++ b/target/x86_64/sys-available/toolchain-x86_64 @@ -1,8 +1,10 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_X86_64 bool "Toolchain only" select ADK_x86_64 + select ADK_64 select ADK_toolchain_x86_64 select ADK_CPU_X86_64 + select ADK_LINUX_64 select ADK_TOOLCHAIN select ADK_TARGET_PACKAGE_TGZ help |