Commit a7b778f8 by Joseph Myers Committed by Joseph Myers

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
parent a7edae0a
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> 2011-01-14 Mike Stump <mikestump@comcast.net>
* config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set. * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
......
/* Definitions of target machine for GNU compiler. Vxworks PowerPC version. /* 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. Free Software Foundation, Inc.
Contributed by CodeSourcery, LLC. Contributed by CodeSourcery, LLC.
...@@ -81,8 +81,7 @@ VXWORKS_ADDITIONAL_CPP_SPEC ...@@ -81,8 +81,7 @@ VXWORKS_ADDITIONAL_CPP_SPEC
#define CC1_SPEC \ #define CC1_SPEC \
"%{G*} %{mno-sdata:-msdata=none} %{msdata:-msdata=default} \ "%{G*} %{mno-sdata:-msdata=none} %{msdata:-msdata=default} \
%{mlittle|mlittle-endian:-mstrict-align} \ %{mlittle|mlittle-endian:-mstrict-align} \
%{profile: -p} \ %{profile: -p}"
%{fvec:-maltivec} %{fvec-eabi:-maltivec -mabi=altivec}"
#define ASM_SPEC \ #define ASM_SPEC \
"%(asm_cpu) \ "%(asm_cpu) \
......
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