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 ef7cb0f8678ea5cf55aa210c09e8f27d262f42d9 (commit)
from 7a575d98449780a95fc4004b179a2ea0dcd0f468 (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 ef7cb0f8678ea5cf55aa210c09e8f27d262f42d9
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Sun Jul 31 21:15:17 2016 +0200
fix minor portability issue, use printf
-----------------------------------------------------------------------
Summary of changes:
Rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Rules.mak b/Rules.mak
index 3c80016..6188d16 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -463,7 +463,7 @@ ifeq ($(TARGET_ARCH),powerpc)
# faster code.
PICFLAG:=-fpic
PIEFLAG_NAME:=-fpie
- PPC_HAS_REL16:=$(shell echo -e "\t.text\n\taddis
11,30,_GLOBAL_OFFSET_TABLE_-.@ha" | $(CC) -c -x assembler -o /dev/null - 2>
/dev/null && echo -n y || echo -n n)
+ PPC_HAS_REL16:=$(shell printf "\t.text\n\taddis
11,30,_GLOBAL_OFFSET_TABLE_-.@ha\n" | $(CC) -c -x assembler -o /dev/null - 2>
/dev/null && echo -n y || echo -n n)
CPU_CFLAGS-$(PPC_HAS_REL16)+= -DHAVE_ASM_PPC_REL16
CPU_CFLAGS-$(CONFIG_E500) += "-D__NO_MATH_INLINES"
hooks/post-receive
--
uClibc-ng - small C library for embedded systems