diff options
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r-- | gcc/collect2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index f273bb8..9a538af 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -1002,7 +1002,9 @@ main (argc, argv) int first_file; int num_c_args = argc+9; +#ifdef HAVE_LC_MESSAGES setlocale (LC_MESSAGES, ""); +#endif bindtextdomain (PACKAGE, localedir); textdomain (PACKAGE); |