Index: driver/cfa.cc
===================================================================
--- driver/cfa.cc	(revision c92bdcc6ef9bc5c1b005f67d1c9f428bb8bd2b4c)
+++ driver/cfa.cc	(revision 8c3516cd9c2c6334491d550e4db2856fc9f71fc2)
@@ -522,5 +522,4 @@
 			args[nargs++] = "-std=gnu11";				// default c11, if none specified
 		} // if
-		args[nargs++] = "-fgnu89-inline";
 		args[nargs++] = "-D__int8_t_defined";			// prevent gcc type-size attributes
 		args[nargs++] = ( *new string( string("-B") + bprefix ) ).c_str();
