summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-11 15:53:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-11 15:53:05 +0200
commita7bd4685fe3927f6a043ce2c779769e25649b072 (patch)
tree7434aaeed86f37f7be7f1d3d72ded7aff8f98be0 /Rules.mak
parent19fe75f0ab09c9661ff03738579171624fc35018 (diff)
frv: fix compile issuesHEADmaster
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index 309ebcbff..1aa1be93a 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -671,6 +671,9 @@ endif
ifeq ($(TARGET_ARCH),bfin)
CFLAGS += -Wno-implicit-function-declaration
endif
+ifeq ($(TARGET_ARCH),frv)
+CFLAGS += -Wno-implicit-function-declaration
+endif
ifneq ($(strip $(UCLIBC_EXTRA_LDFLAGS)),"")
LDFLAGS += $(call qstrip,$(UCLIBC_EXTRA_LDFLAGS))
endif