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

From-SVN: r46859
This commit is contained in:
Aldy Hernandez 2001-11-08 22:46:23 +00:00 committed by Aldy Hernandez
parent 9eb4015a4a
commit 775db4902f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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 ""