mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
e30e370800
Based on the following samples: - x86_64-unknown-linux-gnu (-m64/-m32/-mx32) - powerpc64-unknown-linux-gnu (-m64/-m32) - mipsel-unknown-linux-gnu (-mabi={32,n32,64}) - sh4-unknown-linux-gnu (-m4/-m4a) - x86_64-unknown-linux-uclibc (-m64/-m32) - mips64el-unknown-linux-uclibc (-mabi={32,n32,64}) New samples: - sparc64-multilib-linux-gnu (-m64/-m32) - sh4-multilib-linux-uclibc (-m4/-m4a/-m3) - x86_64-multilib-linux-musl (-m64/-m32) Notably missing is arm-unknown-linux-gnu (aprofile): GLIBC does not compile in one of the variants in its multilib set (-march=armv4t -mthumb) due to missing atomic ops implementation. Signed-off-by: Alexey Neyman <stilor@att.net>
21 lines
463 B
Plaintext
21 lines
463 B
Plaintext
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
|
CT_SAVE_TARBALLS=y
|
|
CT_LOG_EXTRA=y
|
|
CT_ARCH_LE=y
|
|
CT_ARCH_FLOAT_SW=y
|
|
CT_ARCH_mips=y
|
|
CT_MULTILIB=y
|
|
CT_TARGET_VENDOR="multilib"
|
|
CT_KERNEL_linux=y
|
|
CT_BINUTILS_PLUGINS=y
|
|
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--enable-targets=all"
|
|
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--enable-targets=all"
|
|
CT_CC_GCC_mips_plt=y
|
|
CT_CC_LANG_CXX=y
|
|
CT_DEBUG_dmalloc=y
|
|
CT_DEBUG_duma=y
|
|
CT_DEBUG_gdb=y
|
|
# CT_GDB_CROSS_PYTHON is not set
|
|
CT_GDB_NATIVE=y
|
|
CT_DEBUG_strace=y
|