]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add support multilib parts for m32rx processor.
authorKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Mon, 2 Jun 2003 11:48:21 +0000 (11:48 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 2 Jun 2003 11:48:21 +0000 (11:48 +0000)
From-SVN: r67327

gcc/ChangeLog
gcc/config.gcc

index 10d72fc644834712ab876fa8b4af2ff2a7cc81c9..48c4335c43a4e1cdf9d42194317b5e5cacf00dda 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-16  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
+
+        * gcc/config.gcc Add support multilib parts for m32rx processor.
+
 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
index 3bec5087f02f458bb58cd4b3a99a03e0958a7022..70c770e7633b496712b57b632530afd07c9e392a 100644 (file)
@@ -276,17 +276,9 @@ alpha*-*-*)
        cpu_type=alpha
        need_64bit_hwint=yes
        ;;
-strongarm*-*-*)
-       cpu_type=arm
-       ;;
-arm*-*-*)
-       cpu_type=arm
-       ;;
-ep9312*-*-*)
-       cpu_type=arm
-       ;;
-xscale-*-*)
+arm*-*-* | strongarm*-*-* | ep9312*-*-* | xscale-*-*)
        cpu_type=arm
+       extra_headers="mmintrin.h"
        ;;
 i[34567]86-*-*)
        cpu_type=i386
@@ -1255,8 +1247,8 @@ ip2k-*-elf)
        ;;
 m32r-*-elf*)
        tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
-       extra_parts="crtinit.o crtfini.o"
-       ;;
+       extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
+       ;;      ;;
 # m68hc11 and m68hc12 share the same machine description.
 m68hc11-*-*|m6811-*-*)
        tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
@@ -2198,7 +2190,7 @@ alpha*-*-*)
                fi
        fi
        ;;
-arm*-*-*)
+arm*-*-* | xscale-*-*)
        case "x$with_cpu" in
                x)
                        # The most generic
@@ -2210,7 +2202,7 @@ arm*-*-*)
                xarm[236789] | xarm250 | xarm[67][01]0 \
                | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
                | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
-               | xxscale \
+               | xxscale | xiwmmxt \
                | xep9312 \
                | xstrongarm | xstrongarm110 | xstrongarm1100)
                        target_cpu_default2="TARGET_CPU_$with_cpu"