* config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
From-SVN: r88290
This commit is contained in:
parent
eab3f38f80
commit
d962e7adc0
@ -1,3 +1,7 @@
|
||||
2004-09-29 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
|
||||
|
||||
2004-09-29 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* tree.c (make_node_stat): Fix uninitialized warning. Replace
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user