aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-22 23:59:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-22 23:59:23 +0000
commit85483f8ba6bad397211d5b5a240d12adae3497db (patch)
treeaedd9a4765bf5b6ae54fedfce42c14fe5a9b18a7 /toolchain/uClibc
parentb9351281658ec0fd24302ef04f910922ea271972 (diff)
downloadmaster-187ad058-85483f8ba6bad397211d5b5a240d12adae3497db.tar.gz
master-187ad058-85483f8ba6bad397211d5b5a240d12adae3497db.tar.bz2
master-187ad058-85483f8ba6bad397211d5b5a240d12adae3497db.zip
upgrade uclibc-nptl to a recent version - seems to work on xscale with gcc 4.3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16004 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r--toolchain/uClibc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index fe3fbb961c..42ff5abf4a 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -10,11 +10,11 @@ include $(INCLUDE_DIR)/target.mk
PKG_NAME:=uClibc
PKG_VERSION:=$(call qstrip,$(CONFIG_UCLIBC_VERSION))
ifeq ($(CONFIG_UCLIBC_VERSION_NPTL),y)
- PKG_SOURCE_URL:=http://www.uclibc.org/svn/branches/uClibc-nptl
- PKG_SOURCE_PROTO:=svn
- PKG_SOURCE_VERSION:=25804
+ PKG_SOURCE_URL:=git://git.busybox.net/uClibc
+ PKG_SOURCE_PROTO:=git
+ PKG_SOURCE_VERSION:=0949826e9501e9f08767aeb476ea1464bf95f218
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
- PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-r$(PKG_SOURCE_VERSION).tar.gz
+ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
LIBC_SO_VERSION:=0.9.30-svn
else
PKG_SOURCE_URL:=http://www.uclibc.org/downloads