Browse Source

use lowercase directory name

Waldemar Brodkorb 10 years ago
parent
commit
e8440b5c27

+ 1 - 1
package/uclibc/Makefile

@@ -2,7 +2,7 @@
 # material, please see the LICENCE file in the top-level directory.
 
 include $(TOPDIR)/rules.mk
-include $(TOPDIR)/toolchain/uClibc/Makefile.inc
+include $(TOPDIR)/toolchain/uclibc/Makefile.inc
 
 PKG_NAME:=		uClibc
 PKG_DESCR:=		embedded C library

+ 2 - 2
toolchain/Makefile

@@ -21,8 +21,8 @@ TARGETS+=glibc
 LIBC:=glibc
 endif
 ifeq ($(ADK_TARGET_LIB_UCLIBC),y)
-TARGETS+=uClibc
-LIBC:=uClibc
+TARGETS+=uclibc
+LIBC:=uclibc
 endif
 ifeq ($(ADK_TARGET_LIB_MUSL),y)
 TARGETS+=musl

+ 0 - 0
toolchain/uClibc/Makefile → toolchain/uclibc/Makefile


+ 0 - 0
toolchain/uClibc/Makefile.inc → toolchain/uclibc/Makefile.inc


+ 0 - 0
toolchain/uClibc/patches/uclibc-git-20140313.patch → toolchain/uclibc/patches/uclibc-git-20140313.patch


+ 0 - 0
toolchain/uClibc/patches/xxx-origin.patch → toolchain/uclibc/patches/xxx-origin.patch


+ 0 - 0
toolchain/uClibc/patches/xxx-sparc-wait4.patch → toolchain/uclibc/patches/xxx-sparc-wait4.patch