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 000000000..0d76437f8 --- /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/msx mint32 +MULTILIB_DIRNAMES = h8300h h8300s h8sx int32 +MULTILIB_EXCEPTIONS = mint32 |