mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 22:22:23 +00:00
97a20eed5c
Allow cross-gdb and gdbserver. This requires removal of an explicit check that disables gdbserver on android. However, the comment above that check refers to exec_elf.h, which has been removed since API level 19. It builds fine with current selection of the sample (21). Only build-tested, hope someone can give it a try and report back. We can fine tune the check for GDB but I'll leave it for now. Signed-off-by: Alexey Neyman <stilor@att.net>
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
CT_EXPERIMENTAL=y
|
|
CT_ARCH_arm=y
|
|
CT_ARCH_64=y
|
|
CT_ARCH_ARCH="armv8-a"
|
|
CT_STATIC_TOOLCHAIN=y
|
|
CT_KERNEL_linux=y
|
|
CT_LIBC_BIONIC_V_14b=y
|
|
CT_ANDROID_API_21=y
|
|
CT_CC_LANG_CXX=y
|
|
CT_DEBUG_gdb=y
|
|
CT_GETTEXT=y
|