소스 검색

disable not available CFLAGS for h8300

Waldemar Brodkorb 10 년 전
부모
커밋
0bfe2a5691
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Rules.mak

+ 2 - 0
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)