This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via 1c815cddb63026be7d548e4e1e27110d92165830 (commit)
via 5cd5bcb616b6e0d3536a8bfa45fa187035f45abd (commit)
from 3f98fdc552249b66cdc03a082ce0b866fe5bf57f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1c815cddb63026be7d548e4e1e27110d92165830
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Mon Apr 18 19:28:03 2016 +0200
bump version for release
commit 5cd5bcb616b6e0d3536a8bfa45fa187035f45abd
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Sun Apr 17 20:09:07 2016 +0200
remove unused defines for lm32/or1k
-----------------------------------------------------------------------
Summary of changes:
Rules.mak | 2 +-
libc/sysdeps/linux/lm32/bits/uClibc_arch_features.h | 3 ---
libc/sysdeps/linux/or1k/bits/uClibc_arch_features.h | 3 ---
3 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/Rules.mak b/Rules.mak
index dc1a02e..405fe39 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -126,7 +126,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR
# Now config hard core
MAJOR_VERSION := 1
MINOR_VERSION := 0
-SUBLEVEL := 13
+SUBLEVEL := 14
EXTRAVERSION :=
VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
ABI_VERSION := $(MAJOR_VERSION)
diff --git a/libc/sysdeps/linux/lm32/bits/uClibc_arch_features.h
b/libc/sysdeps/linux/lm32/bits/uClibc_arch_features.h
index a64f653..03cb0ca 100644
--- a/libc/sysdeps/linux/lm32/bits/uClibc_arch_features.h
+++ b/libc/sysdeps/linux/lm32/bits/uClibc_arch_features.h
@@ -12,9 +12,6 @@
/* can your target use syscall6() for mmap ? */
#define __UCLIBC_MMAP_HAS_6_ARGS__
-/* does your target use syscall4() for truncate64 ? (32bit arches only) */
-#undef __UCLIBC_TRUNCATE64_HAS_4_ARGS__
-
/* does your target have a broken create_module() ? */
#undef __UCLIBC_BROKEN_CREATE_MODULE__
diff --git a/libc/sysdeps/linux/or1k/bits/uClibc_arch_features.h
b/libc/sysdeps/linux/or1k/bits/uClibc_arch_features.h
index f4b2169..e11e71f 100644
--- a/libc/sysdeps/linux/or1k/bits/uClibc_arch_features.h
+++ b/libc/sysdeps/linux/or1k/bits/uClibc_arch_features.h
@@ -14,9 +14,6 @@
/* can your target use syscall6() for mmap ? */
#define __UCLIBC_MMAP_HAS_6_ARGS__
-/* does your target use syscall4() for truncate64 ? (32bit arches only) */
-#undef __UCLIBC_TRUNCATE64_HAS_4_ARGS__
-
/* does your target have a broken create_module() ? */
#undef __UCLIBC_BROKEN_CREATE_MODULE__
hooks/post-receive
--
uClibc-ng - small C library for embedded systems