diff mbox

Fix config.gcc

Message ID ad269262-042b-2dee-638b-cac96b10e4df@acm.org
State New
Headers show

Commit Message

Nathan Sidwell May 5, 2017, 5:33 p.m. UTC
I've committed this to fix the build breakage:

In file included from ./plugin-version.h:1:0,                  from 
/data/users/nathans/trunk/obj/x86_64/../../src/gcc/plugin.c:34:
./configargs.h:7:33: error: expected primary-expression before ';' token
  } configure_default_options[] = ;

It seems Thomas' recent config.gcc commit missed a closing 'fi'

nathan
diff mbox

Patch

2017-05-05  Nathan Sidwell  <nathan@acm.org>

	* config.gcc (arm*-*-*): Add missing 'fi'.

Index: config.gcc
===================================================================
--- config.gcc	(revision 247647)
+++ config.gcc	(working copy)
@@ -3803,6 +3803,7 @@  case "${target}" in
 						;;
 					esac
 				done
+			fi				
 
 			if test "x${tmake_profile_file}" != x ; then
 				# arm/t-aprofile and arm/t-rmprofile are only