diff options
author | David Edelsohn <edelsohn@gnu.org> | 2004-09-29 15:19:56 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2004-09-29 11:19:56 -0400 |
commit | d962e7adc0f3b990f7b986bb5443a9d1d2361789 (patch) | |
tree | c32000f8b6e8ddf99bf2fd5ae187765529cd87bb /gcc/config | |
parent | eab3f38f804d6d636a8f8e5ed5918dd8f7cc809d (diff) | |
download | gcc-d962e7adc0f3b990f7b986bb5443a9d1d2361789.zip gcc-d962e7adc0f3b990f7b986bb5443a9d1d2361789.tar.gz gcc-d962e7adc0f3b990f7b986bb5443a9d1d2361789.tar.bz2 |
* config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
From-SVN: r88290
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/rs6000/linux64.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h index 04d92d4..13b673c 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 |