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 | |
parent | 19afcc16965829619751f456fda136e61006ffd9 (diff) | |
parent | f2c7d9eef40897b3ed7f4612d99ff8612d8eb26e (diff) |
Merge branch 'master' of git+ssh://www.openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r-- | target/tarch.lst | 2 | ||||
-rw-r--r-- | target/x86_64/sys-available/toolchain-x86_64 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/tarch.lst b/target/tarch.lst index 09eed2265..26bda2a75 100644 --- a/target/tarch.lst +++ b/target/tarch.lst @@ -9,6 +9,8 @@ mips64 mips64n32 mips64n64 mips64el +mips64eln32 +mips64eln64 ppc ppc64 sparc 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 |