diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5349,7 +5349,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); return (0); } @@ -5526,7 +5526,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); } return (signal_count != 0 ? 2 |