From 1f83e3d73ffcb5ed0d028f132337d8d86b8d0ead Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Mon, 25 Jan 2021 22:25:35 -0500 Subject: Fix builds on xcode 12+ Enforce the use of -Werror-implicit-function-declaration for all platforms to catch this. See: https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes --- gcc_arm/genoutput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc_arm/genoutput.c') diff --git a/gcc_arm/genoutput.c b/gcc_arm/genoutput.c index 9b57027..32130d9 100755 --- a/gcc_arm/genoutput.c +++ b/gcc_arm/genoutput.c @@ -226,7 +226,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"insn-attr.h\"\n\n"); printf ("#include \"insn-codes.h\"\n\n"); printf ("#include \"recog.h\"\n\n"); - + printf ("#include \"tree.h\"\n"); printf ("#include \"output.h\"\n"); } -- cgit v1.2.3