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 0adea94e182e8bcd3c1c593aa9b9dad2a65b5862 (commit) from 2e6fa2c249c4cd6ada59de0793fb29438feb76eb (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 0adea94e182e8bcd3c1c593aa9b9dad2a65b5862 Author: Waldemar Brodkorb wbx@openadk.org Date: Sun Feb 15 23:52:14 2015 -0600
bad merge, remove unused
-----------------------------------------------------------------------
Summary of changes: Rules.mak | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/Rules.mak b/Rules.mak index 7688c72..2cdb704 100644 --- a/Rules.mak +++ b/Rules.mak @@ -399,14 +399,6 @@ endif
ifeq ($(TARGET_ARCH),mips) OPTIMIZATION+=-mno-split-addresses - ifeq ($(strip $(ARCH_BIG_ENDIAN)),y) - CPU_LDFLAGS-$(CONFIG_MIPS_N64_ABI)+=-Wl,-melf64btsmip - CPU_LDFLAGS-$(CONFIG_MIPS_O32_ABI)+=-Wl,-melf32btsmip - endif - ifeq ($(strip $(ARCH_LITTLE_ENDIAN)),y) - CPU_LDFLAGS-$(CONFIG_MIPS_N64_ABI)+=-Wl,-melf64ltsmip - CPU_LDFLAGS-$(CONFIG_MIPS_O32_ABI)+=-Wl,-melf32ltsmip - endif CPU_CFLAGS-$(CONFIG_MIPS_N64_ABI)+=-mabi=64 CPU_CFLAGS-$(CONFIG_MIPS_O32_ABI)+=-mabi=32 CPU_CFLAGS-$(CONFIG_MIPS_N32_ABI)+=-mabi=n32
hooks/post-receive