diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2002-01-15 23:32:44 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2002-01-15 23:32:44 +0000 |
commit | 5e505bc9199c51c83e0f6eaec246a22b2f7df17e (patch) | |
tree | 7aba4d5887aeb23ce9c82a8d966845a8bc9d1b19 /gcc/config.gcc | |
parent | 99813b0ecd11372661c702ee00c2ffe38045f040 (diff) | |
download | gcc-5e505bc9199c51c83e0f6eaec246a22b2f7df17e.zip gcc-5e505bc9199c51c83e0f6eaec246a22b2f7df17e.tar.gz gcc-5e505bc9199c51c83e0f6eaec246a22b2f7df17e.tar.bz2 |
config.gcc: Change altivec.h to altivec-defs.h.
2002-01-15 Aldy Hernandez <aldyh@redhat.com>
* config.gcc: Change altivec.h to altivec-defs.h.
* config/rs6000/altivec.h: Delete.
* config/rs6000/altivec-defs.h: Add.
From-SVN: r48886
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index ffb1e85..7b0ecb7 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3409,7 +3409,7 @@ mips*-*-*) powerpc*-*-* | rs6000-*-*) if test x$enable_altivec = xyes then - tm_file="$tm_file rs6000/altivec.h" + tm_file="$tm_file rs6000/altivec-defs.h" fi case "x$with_cpu" in x) |