Magellan Linux

Annotation of /trunk/gcc/patches/gcc-4.2.3-magellan-version.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 465 - (hide annotations) (download)
Thu Feb 7 21:50:51 2008 UTC (16 years, 3 months ago) by niro
File size: 874 byte(s)
-rediffed patches for 4.2.3

1 niro 465 --- gcc-4.2.3/gcc/version.c.orig 2008-02-07 22:48:53.000000000 +0100
2     +++ gcc-4.2.3/gcc/version.c 2008-02-07 22:49:50.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. */