diff options
Diffstat (limited to 'gcc/config/mn10200/mn10200.c')
-rw-r--r-- | gcc/config/mn10200/mn10200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mn10200/mn10200.c b/gcc/config/mn10200/mn10200.c index 55c9fa5db27..45432ac2a2c 100644 --- a/gcc/config/mn10200/mn10200.c +++ b/gcc/config/mn10200/mn10200.c @@ -68,7 +68,7 @@ static int out_of_line_epilogue; /* Initialize the GCC target structure. */ -struct gcc_target target = TARGET_INITIALIZER; +struct gcc_target targetm = TARGET_INITIALIZER; /* Indicate this file was compiled by gcc and what optimization level was used. */ |