From d86fd1abed92c1693223f5226d827705e8917e73 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Jan 2004 06:06:02 +0000 Subject: [PATCH] re PR target/13073 (-mn / NORMAL_MODEbreaks multilib'ed RTEMS) 2004-01-21 Ralf Corsepius PR target/13073 * config/h8300/t-rtems (h8300-*-rtems*): New. * config.gcc: Use config/h8300/t-rtems. From-SVN: r76260 --- gcc/ChangeLog | 6 ++++++ gcc/config.gcc | 2 +- gcc/config/h8300/t-rtems | 7 +++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 gcc/config/h8300/t-rtems diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e036385cb5c3..8c4f7f2ef1bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-01-21 Ralf Corsepius + + PR target/13073 + * config/h8300/t-rtems (h8300-*-rtems*): New. + * config.gcc: Use config/h8300/t-rtems. + 2004-01-20 Gabriel Dos Reis Backport from mainline diff --git a/gcc/config.gcc b/gcc/config.gcc index 154ec9d3050c..9b6b5665177d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -792,7 +792,7 @@ frv-*-elf) ;; h8300-*-rtems*) xm_defines=POSIX - tmake_file="h8300/t-h8300 t-rtems" + tmake_file="h8300/t-h8300 t-rtems h8300/t-rtems" tm_file="h8300/h8300.h h8300/rtems.h rtems.h" if test x$enable_threads = xyes; then thread_file='rtems' diff --git a/gcc/config/h8300/t-rtems b/gcc/config/h8300/t-rtems new file mode 100644 index 000000000000..104ee2366f10 --- /dev/null +++ b/gcc/config/h8300/t-rtems @@ -0,0 +1,7 @@ +# Custom multilibs for RTEMS + +# -mn is not applicable to RTEMS (-mn implies 16bit void*) + +MULTILIB_OPTIONS = mh/ms mint32 +MULTILIB_DIRNAMES = h8300h h8300s int32 +MULTILIB_EXCEPTIONS = mint32 -- 2.47.2