Commit 775db490 by Aldy Hernandez Committed by Aldy Hernandez

* rs6000.h (ASM_CPU_SPEC): Add -maltivec.

From-SVN: r46859
parent 9eb4015a
2001-11-08 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -maltivec.
2001-11-08 Jakub Jelinek <jakub@redhat.com>
* dwarf2out.c (debug_str_hash): New.
......
......@@ -120,7 +120,8 @@ Boston, MA 02111-1307, USA. */
%{mcpu=801: -mppc} \
%{mcpu=821: -mppc} \
%{mcpu=823: -mppc} \
%{mcpu=860: -mppc}"
%{mcpu=860: -mppc} \
%{maltivec: -maltivec}"
#define CPP_DEFAULT_SPEC ""
......
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