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, 1.0 has been updated via 65aa786d3f6282da02d35b600e82408b47e0a3fe (commit) via 1f70feb1b063a77c46fcc9427e77b1764d7e12a7 (commit) via 184cb20881e080aafdac3076ef65c8a86ec49675 (commit) from 3b8d53ecf756a2352227b6c12eefb63847318005 (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 65aa786d3f6282da02d35b600e82408b47e0a3fe Author: Waldemar Brodkorb wbx@openadk.org Date: Mon Mar 9 01:48:19 2015 -0500
remove NAN selection, better do it in your build system
With older gcc than 4.9.x, this breaks the build. These specific compiler flags belongs better to your favorite build system.
commit 1f70feb1b063a77c46fcc9427e77b1764d7e12a7 Author: Waldemar Brodkorb wbx@openadk.org Date: Sun Mar 8 17:59:34 2015 -0500
mark as git version
commit 184cb20881e080aafdac3076ef65c8a86ec49675 Author: Waldemar Brodkorb wbx@openadk.org Date: Sun Mar 8 17:58:44 2015 -0500
remove duplicate entries
-----------------------------------------------------------------------
Summary of changes: Rules.mak | 6 +----- extra/Configs/Config.arc | 17 ----------------- extra/Configs/Config.mips | 15 --------------- 3 files changed, 1 insertion(+), 37 deletions(-)
diff --git a/Rules.mak b/Rules.mak index 56ea7fb..5217004 100644 --- a/Rules.mak +++ b/Rules.mak @@ -127,7 +127,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR MAJOR_VERSION := 1 MINOR_VERSION := 0 SUBLEVEL := 1 -EXTRAVERSION := +EXTRAVERSION :=-git VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) ifneq ($(EXTRAVERSION),) @@ -404,10 +404,6 @@ ifeq ($(TARGET_ARCH),mips) CPU_CFLAGS-$(CONFIG_MIPS_N64_ABI)+=-mabi=64 CPU_CFLAGS-$(CONFIG_MIPS_O32_ABI)+=-mabi=32 CPU_CFLAGS-$(CONFIG_MIPS_N32_ABI)+=-mabi=n32 - - CPU_CFLAGS-$(CONFIG_MIPS_NAN_LEGACY)+=-mnan=legacy - CPU_CFLAGS-$(CONFIG_MIPS_NAN_2008)+=-mnan=2008 - CPU_LDFLAGS-y += $(CPU_CFLAGS) endif
diff --git a/extra/Configs/Config.arc b/extra/Configs/Config.arc index c5406c4..0c0bc71 100644 --- a/extra/Configs/Config.arc +++ b/extra/Configs/Config.arc @@ -44,20 +44,3 @@ config CONFIG_ARC_PAGE_SIZE_4K bool "4KB"
endchoice - -choice - prompt "MMU Page Size" - default CONFIG_ARC_PAGE_SIZE_8K - -config CONFIG_ARC_PAGE_SIZE_8K - bool "8KB" - help - Choose between 4k, 8k (default) or 16k - -config CONFIG_ARC_PAGE_SIZE_16K - bool "16KB" - -config CONFIG_ARC_PAGE_SIZE_4K - bool "4KB" - -endchoice diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index 76b10c6..4d30d31 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -33,21 +33,6 @@ config CONFIG_MIPS_N64_ABI endchoice
choice - prompt "Target NAN Encoding" - default CONFIG_MIPS_NAN_LEGACY - help - This is the NAN Encoding you want to use. Chose either Legacy - or 2008. - -config CONFIG_MIPS_NAN_LEGACY - bool "LEGACY" - -config CONFIG_MIPS_NAN_2008 - bool "2008" - -endchoice - -choice prompt "Target Processor Architecture" default CONFIG_MIPS_ISA_1 if CONFIG_MIPS_O32_ABI default CONFIG_MIPS_ISA_3 if CONFIG_MIPS_N32_ABI
hooks/post-receive