summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--samples/m68k-unknown-elf/crosstool.config11
-rw-r--r--samples/m68k-unknown-uclinux-uclibc/crosstool.config4
2 files changed, 7 insertions, 8 deletions
diff --git a/samples/m68k-unknown-elf/crosstool.config b/samples/m68k-unknown-elf/crosstool.config
index bfe1ad4..07ca76d 100644
--- a/samples/m68k-unknown-elf/crosstool.config
+++ b/samples/m68k-unknown-elf/crosstool.config
@@ -1,12 +1,13 @@
-CT_EXPERIMENTAL=y
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_CPU="cpu32"
CT_ARCH_m68k=y
CT_ARCH_BINFMT_FLAT=y
-CT_BINUTILS_V_2_20_1a=y
-CT_CC_V_4_3_4=y
CT_LIBC_none=y
-CT_GMP_V_4_3_2=y
-CT_MPFR_V_2_4_2=y
+# CT_CC_GCC_USE_GRAPHITE is not set
+# CT_CC_GCC_USE_LTO is not set
+CT_COMP_TOOLS=y
+CT_COMP_TOOLS_autoconf=y
+CT_COMP_TOOLS_automake=y
+CT_COMP_TOOLS_libtool=y
diff --git a/samples/m68k-unknown-uclinux-uclibc/crosstool.config b/samples/m68k-unknown-uclinux-uclibc/crosstool.config
index c83e3b7..1f018aa 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