diff options
Diffstat (limited to 'samples/m68k-unknown-uclinux-uclibc/crosstool.config')
-rw-r--r-- | samples/m68k-unknown-uclinux-uclibc/crosstool.config | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/samples/m68k-unknown-uclinux-uclibc/crosstool.config b/samples/m68k-unknown-uclinux-uclibc/crosstool.config index c83e3b7d..1f018aac 100644 --- a/samples/m68k-unknown-uclinux-uclibc/crosstool.config +++ b/samples/m68k-unknown-uclinux-uclibc/crosstool.config @@ -1,10 +1,8 @@ -CT_EXPERIMENTAL=y CT_LOCAL_TARBALLS_DIR="${HOME}/src" CT_SAVE_TARBALLS=y CT_LOG_EXTRA=y CT_ARCH_m68k=y CT_KERNEL_linux=y -CT_KERNEL_V_3_5=y -CT_BINUTILS_V_2_21_1a=y +CT_LIBC_uClibc=y CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config" CT_THREADS_LT=y |