328
328
| OUTPUT_FORMAT '(' NAME ',' NAME ',' NAME ')'
329
329
{ lang_add_output_format ($3, $5, $7, 1); }
330
330
| OUTPUT_ARCH '(' NAME ')'
332
332
| FORCE_COMMON_ALLOCATION
333
333
{ command_line.force_common_definition = TRUE ; }
334
334
| INHIBIT_COMMON_ALLOCATION