diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-30 01:07:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-30 01:08:53 +0200 |
commit | 96b68fb7047d2d355a6d3cc8409a0f1db95acec9 (patch) | |
tree | 8842fd79d60699a37fdeddd34ce4b3b690b87d4d /target/config | |
parent | 81d7f759d5c9bff2cfedfe121dbdff2f7842dcc2 (diff) |
fix 32 bit userland with 64 bit kernel support
after onger discussion with Phil, I understood his old
patches and fixed support for x86 systems with 32 Bit userland
and 64 Bit kernel by using a biarch toolchain instead of
a multilib one.
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 3d613bb1e..b1725b876 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -242,7 +242,7 @@ config ADK_TARGET_CUBOX_I1 endchoice # global symbols -config ADK_TARGET_KERNEL_MAY_64BIT +config ADK_TARGET_KERNEL_64 boolean config ADK_TOOLCHAIN_ONLY |