Add support multilib parts for m32rx processor.
From-SVN: r67327
This commit is contained in:
parent
e7aba4cdb2
commit
250315f71c
2 changed files with 10 additions and 14 deletions
|
@ -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>
|
2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
* Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
|
* Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
|
||||||
|
|
|
@ -276,17 +276,9 @@ alpha*-*-*)
|
||||||
cpu_type=alpha
|
cpu_type=alpha
|
||||||
need_64bit_hwint=yes
|
need_64bit_hwint=yes
|
||||||
;;
|
;;
|
||||||
strongarm*-*-*)
|
arm*-*-* | strongarm*-*-* | ep9312*-*-* | xscale-*-*)
|
||||||
cpu_type=arm
|
|
||||||
;;
|
|
||||||
arm*-*-*)
|
|
||||||
cpu_type=arm
|
|
||||||
;;
|
|
||||||
ep9312*-*-*)
|
|
||||||
cpu_type=arm
|
|
||||||
;;
|
|
||||||
xscale-*-*)
|
|
||||||
cpu_type=arm
|
cpu_type=arm
|
||||||
|
extra_headers="mmintrin.h"
|
||||||
;;
|
;;
|
||||||
i[34567]86-*-*)
|
i[34567]86-*-*)
|
||||||
cpu_type=i386
|
cpu_type=i386
|
||||||
|
@ -1255,8 +1247,8 @@ ip2k-*-elf)
|
||||||
;;
|
;;
|
||||||
m32r-*-elf*)
|
m32r-*-elf*)
|
||||||
tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
|
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 and m68hc12 share the same machine description.
|
||||||
m68hc11-*-*|m6811-*-*)
|
m68hc11-*-*|m6811-*-*)
|
||||||
tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
|
tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
|
||||||
|
@ -2198,7 +2190,7 @@ alpha*-*-*)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
arm*-*-*)
|
arm*-*-* | xscale-*-*)
|
||||||
case "x$with_cpu" in
|
case "x$with_cpu" in
|
||||||
x)
|
x)
|
||||||
# The most generic
|
# The most generic
|
||||||
|
@ -2210,7 +2202,7 @@ arm*-*-*)
|
||||||
xarm[236789] | xarm250 | xarm[67][01]0 \
|
xarm[236789] | xarm250 | xarm[67][01]0 \
|
||||||
| xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
|
| xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
|
||||||
| xarm7100 | xarm7500 | xarm7500fe | xarm810 \
|
| xarm7100 | xarm7500 | xarm7500fe | xarm810 \
|
||||||
| xxscale \
|
| xxscale | xiwmmxt \
|
||||||
| xep9312 \
|
| xep9312 \
|
||||||
| xstrongarm | xstrongarm110 | xstrongarm1100)
|
| xstrongarm | xstrongarm110 | xstrongarm1100)
|
||||||
target_cpu_default2="TARGET_CPU_$with_cpu"
|
target_cpu_default2="TARGET_CPU_$with_cpu"
|
||||||
|
|
Loading…
Add table
Reference in a new issue