summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-02 18:54:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-02 18:54:58 +0200
commita3d19f43e0a2a0577b8bf659fd2ffa866234bb1a (patch)
treea83d3868e7f766aa743ab358e067a2ffe388325b
parentb30bd74dbcc48aca94b10531bb3056c5ef401752 (diff)
bump for next release, uClibc -> uClibc-ngv1.0.23
-rw-r--r--Rules.mak13
1 files changed, 7 insertions, 6 deletions
diff --git a/Rules.mak b/Rules.mak
index 9c481c3c0..989b8ed9a 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -1,6 +1,7 @@
-# Rules.mak for uClibc
+# Rules.mak for uClibc-ng
#
# Copyright (C) 2000-2008 Erik Andersen <andersen@uclibc.org>
+# Copyright (C) 2015-2017 Waldemar Brodkorb <wbx@uclibc-ng.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
@@ -46,7 +47,7 @@ noconfig_targets := menuconfig config nconfig \
#
# Most people will set this stuff on the command line, i.e.
# make CROSS_COMPILE=arm-linux-
-# will build uClibc for 'arm'.
+# will build uClibc-ng for 'arm'.
# CROSS is still supported for backward compatibily only
CROSS_COMPILE ?= $(CROSS)
@@ -94,7 +95,7 @@ KCONFIG_AUTOHEADER := $(dir $(KCONFIG_CONFIG))include/generated/autoconf.h
export KCONFIG_AUTOHEADER
Kconfig := $(abspath $(top_srcdir)extra/Configs/Config.in)
-# Pull in the user's uClibc configuration
+# Pull in the user's uClibc-ng configuration
ifeq ($(filter $(noconfig_targets) clean CLEAN_%,$(MAKECMDGOALS)),)
-include $(KCONFIG_CONFIG)
endif
@@ -127,7 +128,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR
# Now config hard core
MAJOR_VERSION := 1
MINOR_VERSION := 0
-SUBLEVEL := 22
+SUBLEVEL := 23
EXTRAVERSION :=
VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
ABI_VERSION := $(MAJOR_VERSION)
@@ -686,9 +687,9 @@ GCC_HAS_TLS=$(shell \
ifneq ($(GCC_HAS_TLS),)
gcc_tls_test_fail:
@echo "####";
- @echo "#### Your compiler does not support TLS and you are trying to build uClibc";
+ @echo "#### Your compiler does not support TLS and you are trying to build uClibc-ng";
@echo "#### with NPTL support. Upgrade your binutils and gcc to versions which";
- @echo "#### support TLS for your architecture. Do not contact uClibc maintainers";
+ @echo "#### support TLS for your architecture. Do not contact uClibc-ng maintainers";
@echo "#### about this problem.";
@echo "####";
@echo "#### Exiting...";