diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-09-21 10:45:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-09-21 10:45:38 +0200 |
commit | bf5cbe6a5ad0d031d00e10ecbf8615a52eb65342 (patch) | |
tree | af0a0c6ade829dfffb6148256af5dc489813e861 /toolchain/uClibc | |
parent | e8da3e8b88780b6751a234e59bcdfe3792625fe0 (diff) |
update uClibc to 0.9.33.2
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r-- | toolchain/uClibc/Makefile | 2 | ||||
-rw-r--r-- | toolchain/uClibc/Makefile.inc | 4 | ||||
-rw-r--r-- | toolchain/uClibc/patches/0.9.32.1/avr32_atomic_fix.patch (renamed from toolchain/uClibc/patches/avr32_atomic_fix.patch) | 0 | ||||
-rw-r--r-- | toolchain/uClibc/patches/0.9.32.1/epoll.patch (renamed from toolchain/uClibc/patches/epoll.patch) | 0 | ||||
-rw-r--r-- | toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch (renamed from toolchain/uClibc/patches/gnutar-problem.patch) | 0 | ||||
-rw-r--r-- | toolchain/uClibc/patches/0.9.32.1/rpath-origin.patch (renamed from toolchain/uClibc/patches/rpath-origin.patch) | 0 | ||||
-rw-r--r-- | toolchain/uClibc/patches/0.9.32.1/uClibc-0.9.32.1-unshare.patch (renamed from toolchain/uClibc/patches/uClibc-0.9.32.1-unshare.patch) | 0 | ||||
-rw-r--r-- | toolchain/uClibc/patches/0.9.32.1/uClibc-sigaction.patch (renamed from toolchain/uClibc/patches/uClibc-sigaction.patch) | 0 | ||||
-rw-r--r-- | toolchain/uClibc/patches/0.9.32.1/uClibc-sigaction2.patch (renamed from toolchain/uClibc/patches/uClibc-sigaction2.patch) | 0 | ||||
-rw-r--r-- | toolchain/uClibc/patches/0.9.32.1/uClibc-weak-sigprocmask.patch (renamed from toolchain/uClibc/patches/uClibc-weak-sigprocmask.patch) | 0 |
10 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 5d3638cbd..91e3fb654 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -39,7 +39,7 @@ UCLIBCCFG=uclibc.config.little.mips64 endif $(WRKBUILD)/.headers: - $(SED) 's,^CROSS=.*,CROSS=$(TARGET_CROSS),g' $(WRKBUILD)/Rules.mak + $(SED) 's,^CROSS_COMPILE=.*,CROSS_COMPILE=$(TARGET_CROSS),g' $(WRKBUILD)/Rules.mak sed -e 's^KERNEL_HEADERS.*$$KERNEL_HEADERS=\"${STAGING_TARGET_DIR}/usr/include\"' \ $(TOPDIR)/target/$(ADK_TARGET_ARCH)/$(UCLIBCCFG) >${WRKBUILD}/.config ifneq ($(ADK_DEBUG),) diff --git a/toolchain/uClibc/Makefile.inc b/toolchain/uClibc/Makefile.inc index 73a89f91f..cdafb2c9d 100644 --- a/toolchain/uClibc/Makefile.inc +++ b/toolchain/uClibc/Makefile.inc @@ -2,8 +2,8 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= uClibc -PKG_VERSION:= 0.9.32.1 +PKG_VERSION:= 0.9.33.2 PKG_RELEASE:= 1 -PKG_MD5SUM:= ade6e441242be5cdd735fec97954a54a +PKG_MD5SUM:= a338aaffc56f0f5040e6d9fa8a12eda1 PKG_SITES:= http://uclibc.org/downloads/ DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/toolchain/uClibc/patches/avr32_atomic_fix.patch b/toolchain/uClibc/patches/0.9.32.1/avr32_atomic_fix.patch index 5e5460a3d..5e5460a3d 100644 --- a/toolchain/uClibc/patches/avr32_atomic_fix.patch +++ b/toolchain/uClibc/patches/0.9.32.1/avr32_atomic_fix.patch diff --git a/toolchain/uClibc/patches/epoll.patch b/toolchain/uClibc/patches/0.9.32.1/epoll.patch index 4d9cc38cd..4d9cc38cd 100644 --- a/toolchain/uClibc/patches/epoll.patch +++ b/toolchain/uClibc/patches/0.9.32.1/epoll.patch diff --git a/toolchain/uClibc/patches/gnutar-problem.patch b/toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch index a3d71131a..a3d71131a 100644 --- a/toolchain/uClibc/patches/gnutar-problem.patch +++ b/toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch diff --git a/toolchain/uClibc/patches/rpath-origin.patch b/toolchain/uClibc/patches/0.9.32.1/rpath-origin.patch index c2bd2e8ab..c2bd2e8ab 100644 --- a/toolchain/uClibc/patches/rpath-origin.patch +++ b/toolchain/uClibc/patches/0.9.32.1/rpath-origin.patch diff --git a/toolchain/uClibc/patches/uClibc-0.9.32.1-unshare.patch b/toolchain/uClibc/patches/0.9.32.1/uClibc-0.9.32.1-unshare.patch index 5820e15bb..5820e15bb 100644 --- a/toolchain/uClibc/patches/uClibc-0.9.32.1-unshare.patch +++ b/toolchain/uClibc/patches/0.9.32.1/uClibc-0.9.32.1-unshare.patch diff --git a/toolchain/uClibc/patches/uClibc-sigaction.patch b/toolchain/uClibc/patches/0.9.32.1/uClibc-sigaction.patch index 0077191e5..0077191e5 100644 --- a/toolchain/uClibc/patches/uClibc-sigaction.patch +++ b/toolchain/uClibc/patches/0.9.32.1/uClibc-sigaction.patch diff --git a/toolchain/uClibc/patches/uClibc-sigaction2.patch b/toolchain/uClibc/patches/0.9.32.1/uClibc-sigaction2.patch index f33e14dde..f33e14dde 100644 --- a/toolchain/uClibc/patches/uClibc-sigaction2.patch +++ b/toolchain/uClibc/patches/0.9.32.1/uClibc-sigaction2.patch diff --git a/toolchain/uClibc/patches/uClibc-weak-sigprocmask.patch b/toolchain/uClibc/patches/0.9.32.1/uClibc-weak-sigprocmask.patch index a98f5b94d..a98f5b94d 100644 --- a/toolchain/uClibc/patches/uClibc-weak-sigprocmask.patch +++ b/toolchain/uClibc/patches/0.9.32.1/uClibc-weak-sigprocmask.patch |