diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-07 02:30:16 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-10 10:21:19 -0500 |
commit | 0bfe2a56912f4d90ee39f322f0bde92a01d6ec6e (patch) | |
tree | 8319ca1b485dd191c553588f2f3e6b087a0885a2 | |
parent | 1bfc0e93e694e6b3b30e9f5b8194ef8ec178df8a (diff) |
disable not available CFLAGS for h8300
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -301,12 +301,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) |