config.gcc: Add support for --enable-altivec.
2002-02-06 Aldy Hernandez <aldyh@redhat.com> * config.gcc: Add support for --enable-altivec. From-SVN: r48591
This commit is contained in:
parent
ab10a269bb
commit
480f7f3a6b
@ -1,3 +1,7 @@
|
||||
2002-02-06 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* config.gcc: Add support for --enable-altivec.
|
||||
|
||||
2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
|
||||
|
||||
* emit-rtl.c (gen_highpart): Add check for NULL_RTX.
|
||||
|
@ -3413,6 +3413,10 @@ mips*-*-*)
|
||||
fi
|
||||
;;
|
||||
powerpc*-*-* | rs6000-*-*)
|
||||
if test x$enable_altivec = xyes
|
||||
then
|
||||
tm_file="$tm_file rs6000/altivec.h"
|
||||
fi
|
||||
case "x$with_cpu" in
|
||||
x)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user