diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-09 10:11:08 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-09 10:11:08 +0000 |
| commit | 40a121a27c71c6440c45f78fa77d2384e90e9e1c (patch) | |
| tree | f311c93c520deb298d189b7237389747c617b919 /contrib/gcc/gcc.c | |
| parent | 27d805042a017b17df5c5761ac9ad3c2d995c880 (diff) | |
Notes
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 1e4550578fb5..3128db0d88de 100644 --- a/contrib/gcc/gcc.c +++ b/contrib/gcc/gcc.c @@ -5031,7 +5031,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); } @@ -5224,7 +5224,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); |
