diff options
Diffstat (limited to 'gcc/config/ia64/aix.h')
-rw-r--r-- | gcc/config/ia64/aix.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/ia64/aix.h b/gcc/config/ia64/aix.h index 8366824..7b93683 100644 --- a/gcc/config/ia64/aix.h +++ b/gcc/config/ia64/aix.h @@ -22,6 +22,11 @@ Boston, MA 02111-1307, USA. */ /* AIX5 (aka Monterey): a mix of AIX and UnixWare. This file is loosely based on ia64/linux.h. */ +/* This macro is a C statement to print on `stderr' a string describing the + particular machine description choice. */ + +#define TARGET_VERSION fprintf (stderr, " (IA-64) AIX"); + #undef ASM_APP_ON #define ASM_APP_ON "#APP\n" |