diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-14 20:59:52 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-14 20:59:52 +0000 |
commit | a7b778f8a6c2af8979ac6a3a714262769069f8e3 (patch) | |
tree | 464a06978b8dcb36881b4462678a726ff780a6d9 | |
parent | a7edae0a639463d706436863293c9f52632492b6 (diff) | |
download | gcc-a7b778f8a6c2af8979ac6a3a714262769069f8e3.zip gcc-a7b778f8a6c2af8979ac6a3a714262769069f8e3.tar.gz gcc-a7b778f8a6c2af8979ac6a3a714262769069f8e3.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/vxworks.h | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5405de5..e9a1291 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-01-14 Joseph Myers <joseph@codesourcery.com> + + * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or + -fvec-eabi. + 2011-01-14 Mike Stump <mikestump@comcast.net> * 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 0f92901..bb9bf22 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) \ |