mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-30 09:38:52 +00:00
81c28d831b
Now we use defconfig files to store the samples, we have to be a bit more conservatives in the symbols names, so as to avoid gigantic version bumps when updating sub-level versions from a package. Update samples accordingly. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
27 lines
583 B
Plaintext
27 lines
583 B
Plaintext
CT_EXPERIMENTAL=y
|
|
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
|
CT_SAVE_TARBALLS=y
|
|
CT_LOG_EXTRA=y
|
|
CT_ARCH_ARCH="4kc"
|
|
CT_ARCH_TUNE="4kc"
|
|
CT_ARCH_FLOAT_SW=y
|
|
CT_ARCH_mips=y
|
|
CT_TARGET_VENDOR="ar2315"
|
|
CT_KERNEL_linux=y
|
|
CT_KERNEL_V_2_6_33=y
|
|
CT_BINUTILS_V_2_19_1a=y
|
|
CT_CC_V_4_3_2=y
|
|
CT_CC_LANG_CXX=y
|
|
CT_LIBC_EGLIBC_V_2_9=y
|
|
CT_EGLIBC_REVISION="{2009-07-21}"
|
|
# CT_LIBC_GLIBC_FORCE_UNWIND is not set
|
|
CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN=y
|
|
CT_LIBC_GLIBC_MIN_KERNEL_VERSION="2.6.25"
|
|
CT_DEBUG_dmalloc=y
|
|
CT_DEBUG_gdb=y
|
|
CT_GDB_V_6_8a=y
|
|
CT_DEBUG_strace=y
|
|
CT_STRACE_V_4_5_19=y
|
|
CT_GMP_V_4_3_2=y
|
|
CT_MPFR_V_2_4_2=y
|