diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-22 12:27:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-22 12:27:13 +0100 |
commit | 589789e5bc28d54980474a60447321ea7cb8e27f (patch) | |
tree | f65602b702d15c0206e4732897e3828610864815 /target/x86_64 | |
parent | 19afcc16965829619751f456fda136e61006ffd9 (diff) | |
parent | f2c7d9eef40897b3ed7f4612d99ff8612d8eb26e (diff) |
Merge branch 'master' of git+ssh://www.openadk.org/git/openadk
Diffstat (limited to 'target/x86_64')
-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 |