summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-07 02:30:16 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-10 10:21:19 -0500
commit0bfe2a56912f4d90ee39f322f0bde92a01d6ec6e (patch)
tree8319ca1b485dd191c553588f2f3e6b087a0885a2 /Rules.mak
parent1bfc0e93e694e6b3b30e9f5b8194ef8ec178df8a (diff)
disable not available CFLAGS for h8300
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index a2d3ff1c4..6916435d9 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -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)