* config.gcc (cpu_type): Add frv case.
(with_cpu): Add frv400-*-*linux* and frv550-*-*linux* cases.
(supported_defaults): Add fr550 case.
From-SVN: r102400
+2005-07-26 Aldy Hernandez <aldyh@redhat.com>
+
+ * config.gcc (cpu_type): Add frv case.
+ (with_cpu): Add frv400-*-*linux* and frv550-*-*linux* cases.
+ (supported_defaults): Add fr550 case.
+
2005-07-26 Diego Novillo <dnovillo@redhat.com>
PR 22591
ep9312*-*-*)
cpu_type=arm
;;
+frv*) cpu_type=frv
+ ;;
xscale-*-*)
cpu_type=arm
extra_headers="mmintrin.h"
alphaev5*-*-*)
with_cpu=ev5
;;
- frv-*-*linux*)
+ frv-*-*linux* | frv400-*-*linux*)
with_cpu=fr400
;;
+ frv550-*-*linux*)
+ with_cpu=fr550
+ ;;
sparc*-*-*)
with_cpu="`echo ${target} | sed 's/-.*$//'`"
if [ x$with_cpu = xsparc64 ]; then
supported_defaults=cpu
case "$with_cpu" in
fr400) ;;
+ fr550) ;;
*)
echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
exit 1