Magellan Linux

Contents of /trunk/gcc/patches/gcc-4.1.2-magellan-version.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 169 - (show annotations) (download)
Tue May 8 21:36:54 2007 UTC (17 years ago) by niro
File size: 875 byte(s)
-moved to patches subdir

1 --- gcc-4.1.2/gcc/version.c 2005-03-16 07:04:10.000000000 +0100
2 +++ gcc-4.1.2/gcc/version.c.fixed 2007-03-17 17:42:21.000000000 +0100
3 @@ -8,7 +8,7 @@
4 in parentheses. You may also wish to include a number indicating
5 the revision of your modified compiler. */
6
7 -#define VERSUFFIX ""
8 +#define VERSUFFIX " (Magellan-Linux)"
9
10 /* This is the location of the online document giving instructions for
11 reporting bugs. If you distribute a modified version of GCC,
12 @@ -17,7 +17,7 @@
13 forward us bugs reported to you, if you determine that they are
14 not bugs in your modifications.) */
15
16 -const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
17 +const char bug_report_url[] = "<URL:http://bugs.magellan-linux.de>";
18
19 /* The complete version string, assembled from several pieces.
20 BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile. */