summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/mach.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/mach.h')
-rw-r--r--gcc/config/rs6000/mach.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/mach.h b/gcc/config/rs6000/mach.h
index 453fe77e4c5..d4395d545c0 100644
--- a/gcc/config/rs6000/mach.h
+++ b/gcc/config/rs6000/mach.h
@@ -22,6 +22,9 @@ Boston, MA 02111-1307, USA. */
#define TARGET_AIX 0
+/* Print subsidiary information on the compiler version in use. */
+#define TARGET_VERSION fprintf (stderr, " (Mach-RS/6000)");
+
/* We don't define AIX under MACH; instead we define `unix'. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Drios -D_IBMR2 -Dunix -Asystem=unix -Asystem=mach -Acpu=rs6000 -Amachine=rs6000"