From 0b017962f70d200ae486a0abf0fa54ed4f1635ab Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 3 May 2007 17:51:03 +0000 Subject: [PATCH] Rename the MIPS toolchain: it's not qemu-specific! --- .../crosstool.config | 7 +++++-- .../uClibc-0.9.28.3.config | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename samples/{mips-qemu-linux-uclibc => mips-unknown-linux-uclibc}/crosstool.config (97%) rename samples/{mips-qemu-linux-uclibc => mips-unknown-linux-uclibc}/uClibc-0.9.28.3.config (100%) diff --git a/samples/mips-qemu-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config similarity index 97% rename from samples/mips-qemu-linux-uclibc/crosstool.config rename to samples/mips-unknown-linux-uclibc/crosstool.config index 1f223b65..a440adcd 100644 --- a/samples/mips-qemu-linux-uclibc/crosstool.config +++ b/samples/mips-unknown-linux-uclibc/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # crosstool-NG version: 0.0.2-svn -# Tue May 1 11:07:37 2007 +# Thu May 3 19:49:44 2007 # # @@ -87,7 +87,7 @@ CT_TARGET_CFLAGS="" CT_USE_SYSROOT=y CT_SHARED_LIBS=y # CT_TARGET_MULTILIB is not set -CT_TARGET_VENDOR="qemu" +CT_TARGET_VENDOR="unknown" CT_TARGET_ALIAS="" # @@ -130,6 +130,8 @@ CT_KERNEL_VERSION_SEE_EXTRAVERSION=y # CT_KERNEL_INSTALL_V_2_6_20_5 is not set # CT_KERNEL_INSTALL_V_2_6_20_6 is not set CT_KERNEL_INSTALL_V_2_6_20_7=y +# CT_KERNEL_INSTALL_V_2_6_21 is not set +# CT_KERNEL_INSTALL_V_2_6_21_1 is not set CT_KERNEL_LINUX_VERBOSITY_0=y # CT_KERNEL_LINUX_VERBOSITY_1 is not set # CT_KERNEL_LINUX_VERBOSITY_2 is not set @@ -243,6 +245,7 @@ CT_LIBC="uClibc" # CT_LIBC_V_0_9_28_1 is not set # CT_LIBC_V_0_9_28_2 is not set CT_LIBC_V_0_9_28_3=y +# CT_LIBC_V_0_9_29_rc1 is not set CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y # CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set # CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set diff --git a/samples/mips-qemu-linux-uclibc/uClibc-0.9.28.3.config b/samples/mips-unknown-linux-uclibc/uClibc-0.9.28.3.config similarity index 100% rename from samples/mips-qemu-linux-uclibc/uClibc-0.9.28.3.config rename to samples/mips-unknown-linux-uclibc/uClibc-0.9.28.3.config