diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2012-01-12 19:36:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-01-14 17:58:21 +0100 |
commit | 2484dc396a420ae5a5061e4b25307ee6107bcc31 (patch) | |
tree | eab2c60373622dfcb9555b9927226a9b370e5fcc /package/ca-certificates/extra/cert.pem | |
parent | a85a3667929df6d8d7394e5d9d13d86f3ae343c3 (diff) |
add support for 64bit kernels on supporting targets
This is more commonly known as 32bit userland support on 64bit
architectures.
For simplicity's sake though, this implementation works the other way
round: just build a 64bit-able linker and compiler, but no
64bit-libraries at all (i.e., no multilib). This is then just enough to
compile a 64bit kernel, as that doesn't link to anything. The
alternative would have been to build a native 64bit compiler with
multilib-support in order to cross-compile a 32bit userland, resulting
in a multilib system without need for it.
In order to allow compilation of a 64bit kernel for a given target
system, have it select ADK_TARGET_KERNEL_MAY_64BIT. Upon selection of
that target, the symbol ADK_64BIT_KERNEL will occur in the "Global
settings" menu. Since certain aspects of the 64bit kernel .config may
greatly differ from it's 32bit counterpart, it has to be shipped
separately: target/<arch>/kernel64.config is the place to be.
Conflicts:
target/Makefile
toolchain/gcc/Makefile
Untested, due to conflicts (original patch conflicts with
multiple kernel version support).
Diffstat (limited to 'package/ca-certificates/extra/cert.pem')
0 files changed, 0 insertions, 0 deletions