aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 7005c5c..cde61af 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -6135,6 +6135,8 @@ main (int argc, char **argv)
if (argv != old_argv)
at_file_supplied = true;
+ global_options = global_options_init;
+
decode_cmdline_options_to_array (argc, CONST_CAST2 (const char **, char **,
argv),
CL_DRIVER,