diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-03 21:29:15 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-03 21:29:15 +0000 |
commit | 15092b28dccf1a8abc077ac3998e1479984c7935 (patch) | |
tree | 15221bc00513437eac1cf815c1fc63bf0f876b92 /gcc/config.gcc | |
parent | 485d204e92b49fc511b3c08f25dbc3d4455b849c (diff) | |
download | gcc-15092b28dccf1a8abc077ac3998e1479984c7935.tar.gz |
* config.gcc: Remove --enable-altivec support.
* config/rs6000/altivec-defs.h: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81456 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index c6e06beb28c..67efab57f15 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2580,10 +2580,6 @@ fi ;; powerpc*-*-* | rs6000-*-*) - if test x$enable_altivec = xyes - then - tm_file="$tm_file rs6000/altivec-defs.h" - fi # FIXME: The PowerPC port uses the value set at compile time, # although it's only cosmetic. if test "x$with_cpu" != x |