From 0bfe2a56912f4d90ee39f322f0bde92a01d6ec6e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 7 Jun 2015 02:30:16 -0500 Subject: disable not available CFLAGS for h8300 --- Rules.mak | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3