rename config.mips to config.mipsel in uclibc directory
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Oct 2005 21:20:16 +0000 (21:20 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Oct 2005 21:20:16 +0000 (21:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2217 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/uClibc/Makefile
toolchain/uClibc/files/config.mipsel [moved from toolchain/uClibc/files/config.mips with 100% similarity]

index 4c1e32eefa5f136f730b38e53668801e6b293aa3..82c979c871c9165d8f2c4992fb268514c5c5fceb 100644 (file)
@@ -47,7 +47,7 @@ $(UCLIBC_DIR)/.unpacked: $(DL_DIR)/$(UCLIBC_SOURCE)
 
 $(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked
        $(SED) 's,^CROSS=.*,CROSS=$(TARGET_CROSS),g' $(UCLIBC_DIR)/Rules.mak
-       cp ./files/config.$(UCLIBC_TARGET_ARCH) $(UCLIBC_DIR)/.config
+       cp ./files/config.$(ARCH) $(UCLIBC_DIR)/.config
        $(SED) 's,^KERNEL_SOURCE=.*,KERNEL_SOURCE=\"$(LINUX_HEADERS_DIR)\",g' \
                $(UCLIBC_DIR)/.config
 ifeq ($(BR2_LARGEFILE),y)