mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
602304b230
- Glibc configure args and tuple need adjustment on SuperH - Only allow "both endian" and "with CPU" for unspecified arch variant. May reconsider endianness (was breaking things before adjusting glibc tuple) - Retire non-multilib sample, it should be a subset of the multilib one now. Signed-off-by: Alexey Neyman <stilor@att.net>
12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
CT_ARCH_SH=y
|
|
CT_ARCH_CPU="sh4"
|
|
CT_ARCH_LE_BE=y
|
|
CT_TARGET_VENDOR="multilib"
|
|
CT_KERNEL_LINUX=y
|
|
CT_BINUTILS_PLUGINS=y
|
|
CT_LIBC_UCLIBC=y
|
|
CT_CC_GCC_MULTILIB_LIST="sh3,sh4,sh4a,sh4a-nofpu"
|
|
CT_CC_LANG_CXX=y
|
|
CT_DEBUG_GDB=y
|
|
# CT_GDB_CROSS_PYTHON is not set
|