X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=toolchain%2Feglibc%2FMakefile;h=0363dd90613d7177639443c70bec3115e98b8d66;hb=7b15803c7f92a7f5b50bad694d7ab0c798f1b539;hp=dff7e48528daa96a8e7183b3c2dbbbcedc129085;hpb=d0c10785e702f0e56029aee4c4f8f9bfcf03a5e9;p=openwrt-10.03%2F.git diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index dff7e4852..0363dd906 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -27,6 +27,9 @@ endif ifeq ($(PKG_VERSION),2.9) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_9 endif +ifeq ($(PKG_VERSION),2.10.1) + PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_10 +endif ifeq ($(PKG_VERSION),trunk) PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk endif @@ -51,6 +54,7 @@ EGLIBC_CONFIGURE:= \ BUILD_CC="$(HOSTCC)" \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(EGLIBC_CFLAGS)" \ + libc_cv_slibdir="/lib" \ $(HOST_BUILD_DIR)/libc/configure \ --prefix=/usr \ --build=$(GNU_HOST_NAME) \