pass -maltivec to assembler

Aldy Hernandez aldyh@redhat.com
Thu Nov 8 14:31:00 GMT 2001


patch to send -maltivec to assembler.

ok?

-- 
Aldy Hernandez			E-mail: aldyh@redhat.com
Professional Gypsy
Red Hat, Inc.

2001-11-08  Aldy Hernandez  <aldyh@redhat.com>

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

Index: config/rs6000/rs6000.h
===================================================================
RCS file: /cvs/uberbaum/gcc/config/rs6000/rs6000.h,v
retrieving revision 1.133
diff -c -p -r1.133 rs6000.h
*** rs6000.h	2001/11/07 23:47:47	1.133
--- rs6000.h	2001/11/08 22:29:47
*************** Boston, MA 02111-1307, USA.  */
*** 120,126 ****
  %{mcpu=801: -mppc} \
  %{mcpu=821: -mppc} \
  %{mcpu=823: -mppc} \
! %{mcpu=860: -mppc}"
  
  #define CPP_DEFAULT_SPEC ""
  
--- 120,127 ----
  %{mcpu=801: -mppc} \
  %{mcpu=821: -mppc} \
  %{mcpu=823: -mppc} \
! %{mcpu=860: -mppc} \
! %{maltivec: -maltivec}"
  
  #define CPP_DEFAULT_SPEC ""
  



More information about the Gcc-patches mailing list