Commit 480f7f3a by Aldy Hernandez Committed by Aldy Hernandez

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
parent ab10a269
2002-02-06 Aldy Hernandez <aldyh@redhat.com>
* config.gcc: Add support for --enable-altivec.
2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org> 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
* emit-rtl.c (gen_highpart): Add check for NULL_RTX. * emit-rtl.c (gen_highpart): Add check for NULL_RTX.
......
...@@ -3413,6 +3413,10 @@ mips*-*-*) ...@@ -3413,6 +3413,10 @@ mips*-*-*)
fi fi
;; ;;
powerpc*-*-* | rs6000-*-*) powerpc*-*-* | rs6000-*-*)
if test x$enable_altivec = xyes
then
tm_file="$tm_file rs6000/altivec.h"
fi
case "x$with_cpu" in case "x$with_cpu" in
x) x)
;; ;;
......
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