diff options
| author | Aldy Hernandez <aldyh@redhat.com> | 2004-05-03 21:29:15 +0000 |
|---|---|---|
| committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2004-05-03 21:29:15 +0000 |
| commit | 318fec6d1f9835b32a17e0ff0ea8f62e95b95815 (patch) | |
| tree | 15221bc00513437eac1cf815c1fc63bf0f876b92 /gcc/config.gcc | |
| parent | a3c44036dc1b63cbd82184a6bf1f5a39bb4cb284 (diff) | |
| download | gcc-318fec6d1f9835b32a17e0ff0ea8f62e95b95815.zip gcc-318fec6d1f9835b32a17e0ff0ea8f62e95b95815.tar.gz gcc-318fec6d1f9835b32a17e0ff0ea8f62e95b95815.tar.bz2 | |
config.gcc: Remove --enable-altivec support.
* config.gcc: Remove --enable-altivec support.
* config/rs6000/altivec-defs.h: Remove.
From-SVN: r81456
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 c6e06be..67efab5 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 |
