Fix build breakage on darwin introduced by me in r215861
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 3 Oct 2014 20:25:30 +0000 (20:25 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 3 Oct 2014 20:25:30 +0000 (20:25 +0000)
commitacbb0489b6d3db1ff6712fbda32405d45f0b8b30
tree9766a5509411918c087f5e725764de5fcbbf6068
parent91e50b2d845b94111154551527ffec34d5a883ce
Fix build breakage on darwin introduced by me in r215861

gcc/ChangeLog:
* gcc.c (driver::global_initializations): Remove "const" so
that GCC_DRIVER_HOST_INITIALIZATION can modify decoded_options
and decoded_options_count.

From-SVN: r215877
gcc/ChangeLog
gcc/gcc.c