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 4131f1dae51993d4f3dbde91305cddc898094519 (commit) from e762a60c733a668c11f9c8f8d997e7e34b8b9516 (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 4131f1dae51993d4f3dbde91305cddc898094519 Author: Waldemar Brodkorb wbx@uclibc-ng.org Date: Tue Dec 30 22:25:59 2014 +0100
be sure to use EXTRA_CFLAGS for tests, too
-----------------------------------------------------------------------
Summary of changes: test/Rules.mak | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/test/Rules.mak b/test/Rules.mak index 805a349..c5d1d63 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -115,6 +115,12 @@ ifeq ($(LDSO_GNU_HASH_SUPPORT),y) LDFLAGS += $(CFLAG_-Wl--hash-style=gnu) endif
+ifneq ($(strip $(UCLIBC_EXTRA_CFLAGS)),"") +CFLAGS += $(call qstrip,$(UCLIBC_EXTRA_CFLAGS)) +endif +ifneq ($(strip $(UCLIBC_EXTRA_LDFLAGS)),"") +LDFLAGS += $(call qstrip,$(UCLIBC_EXTRA_LDFLAGS)) +endif
ifneq ($(findstring -s,$(MAKEFLAGS)),) DISP := sil
hooks/post-receive