From a7b778f8a6c2af8979ac6a3a714262769069f8e3 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 14 Jan 2011 20:59:52 +0000 Subject: [PATCH] vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi. * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi. From-SVN: r168818 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/vxworks.h | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5405de58239..e9a1291852f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-01-14 Joseph Myers + + * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or + -fvec-eabi. + 2011-01-14 Mike Stump * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set. diff --git a/gcc/config/rs6000/vxworks.h b/gcc/config/rs6000/vxworks.h index 0f9290169f6..bb9bf223c34 100644 --- a/gcc/config/rs6000/vxworks.h +++ b/gcc/config/rs6000/vxworks.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Vxworks PowerPC version. - Copyright (C) 1996, 2000, 2002, 2003, 2004, 2005, 2007, 2009, 2010 + Copyright (C) 1996, 2000, 2002, 2003, 2004, 2005, 2007, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. @@ -81,8 +81,7 @@ VXWORKS_ADDITIONAL_CPP_SPEC #define CC1_SPEC \ "%{G*} %{mno-sdata:-msdata=none} %{msdata:-msdata=default} \ %{mlittle|mlittle-endian:-mstrict-align} \ - %{profile: -p} \ - %{fvec:-maltivec} %{fvec-eabi:-maltivec -mabi=altivec}" + %{profile: -p}" #define ASM_SPEC \ "%(asm_cpu) \ -- 2.30.2