diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-11 15:53:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-11 15:53:05 +0200 |
commit | a7bd4685fe3927f6a043ce2c779769e25649b072 (patch) | |
tree | 7434aaeed86f37f7be7f1d3d72ded7aff8f98be0 /Rules.mak | |
parent | 19fe75f0ab09c9661ff03738579171624fc35018 (diff) |
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |