From d962e7adc0f3b990f7b986bb5443a9d1d2361789 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 29 Sep 2004 15:19:56 +0000 Subject: [PATCH] * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define. From-SVN: r88290 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/linux64.h | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1668cd5d972..170879c882b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-29 David Edelsohn + + * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define. + 2004-09-29 Nathan Sidwell * tree.c (make_node_stat): Fix uninitialized warning. Replace diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h index 04d92d442b6..13b673c49df 100644 --- a/gcc/config/rs6000/linux64.h +++ b/gcc/config/rs6000/linux64.h @@ -57,7 +57,9 @@ extern int dot_symbols; #define DOT_SYMBOLS dot_symbols #endif -#undef PROCESSOR_DEFAULT64 +#undef PROCESSOR_DEFAULT +#define PROCESSOR_DEFAULT PROCESSOR_POWER4 +#undef PROCESSOR_DEFAULT64 #define PROCESSOR_DEFAULT64 PROCESSOR_POWER4 #undef TARGET_RELOCATABLE -- 2.30.2