diff options
Diffstat (limited to 'contrib/gcc/gcc.c')
-rw-r--r-- | contrib/gcc/gcc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/gcc.c b/contrib/gcc/gcc.c index ea9f6ac..e570d4b 100644 --- a/contrib/gcc/gcc.c +++ b/contrib/gcc/gcc.c @@ -4963,7 +4963,7 @@ main (argc, argv) if (! verbose_flag) { printf ("\nFor bug reporting instructions, please see:\n"); - printf ("<URL:http://www.gnu.org/software/gcc/faq.html#bugreport>.\n"); + printf ("%s.\n", GCCBUGURL); exit (0); } @@ -5156,7 +5156,7 @@ main (argc, argv) if (print_help_list) { printf ("\nFor bug reporting instructions, please see:\n"); - printf ("<URL:http://www.gnu.org/software/gcc/faq.html#bugreport>\n"); + printf ("%s\n", GCCBUGURL); } exit (error_count > 0 ? (signal_count ? 2 : 1) : 0); |