diff options
Diffstat (limited to 'gcc/config/h8300/t-rtems')
-rw-r--r-- | gcc/config/h8300/t-rtems | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/h8300/t-rtems b/gcc/config/h8300/t-rtems new file mode 100644 index 00000000000..104ee2366f1 --- /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 |