diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 25cbeb54821..bb2b0c42a8e 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -807,7 +807,7 @@ static int n_compilers; /* The default list of file name suffixes and their compilation specs. */ -static struct compiler default_compilers[] = +static const struct compiler default_compilers[] = { /* Add lists of suffixes of known languages here. If those languages were not present when we built the driver, we will hit these copies |