Makefile: switch -param max-inline-insns-single to -finline-limit is more gcc versions support it
diff --git a/Makefile b/Makefile
index a3eb13f..d2c2921 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@
   endif
 endif
 ifeq ($(COMPILER),gcc)
-  ARCH_CFLAGS += --param max-inline-insns-single=2000
+  ARCH_CFLAGS += -finline-limit=4000
 endif
 
 SRCS := $(COMMON_SRCS) $(ARCH_SRCS)