Commit d962e7ad by David Edelsohn Committed by David Edelsohn

* config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.

From-SVN: r88290
parent eab3f38f
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment