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 8a95cbad1b9d0f2fb36badf86833c8e3ebd141f8 (commit) from 858975765a62b4db0f0e28e2063c95d5190563a9 (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 8a95cbad1b9d0f2fb36badf86833c8e3ebd141f8 Author: Waldemar Brodkorb wbx@openadk.org Date: Sun Jun 7 02:30:16 2015 -0500
disable not available CFLAGS for h8300
-----------------------------------------------------------------------
Summary of changes: Rules.mak | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Rules.mak b/Rules.mak index 90cb48b..f0abd3b 100644 --- a/Rules.mak +++ b/Rules.mak @@ -302,12 +302,14 @@ ifneq ($(TARGET_ARCH),bfin) ifneq ($(TARGET_ARCH),nios2) ifneq ($(TARGET_ARCH),sh) ifneq ($(TARGET_ARCH),c6x) +ifneq ($(TARGET_ARCH),h8300) CPU_CFLAGS-y += -msoft-float endif endif endif endif endif +endif
$(eval $(call check-gcc-var,-std=gnu99)) CPU_CFLAGS-y += $(CFLAG_-std=gnu99)
hooks/post-receive