diff options
Diffstat (limited to 'gcc/config/rs6000/linux.h')
-rw-r--r-- | gcc/config/rs6000/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index 0632dce3655..10474e4d5cf 100644 --- a/gcc/config/rs6000/linux.h +++ b/gcc/config/rs6000/linux.h @@ -49,7 +49,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LINK_OS_DEFAULT_SPEC "%(link_os_linux)" #undef TARGET_VERSION -#define TARGET_VERSION fprintf (stderr, " (PowerPC Linux)"); +#define TARGET_VERSION fprintf (stderr, " (PowerPC GNU/Linux)"); /* Define this macro as a C expression for the initializer of an array of string to tell the driver program which options are |