diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-17 02:46:28 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-17 02:46:28 +0000 |
commit | b76e558c5a193a108510e6b4ae6741eae77d0fe2 (patch) | |
tree | 27c7aeed8744b81f04f3cb4eb13db24144380ea7 /gcc/config/h8300/t-rtems | |
parent | 2933ead7a125851eced07cb67cd570214e474d0d (diff) | |
download | ppe42-gcc-b76e558c5a193a108510e6b4ae6741eae77d0fe2.tar.gz ppe42-gcc-b76e558c5a193a108510e6b4ae6741eae77d0fe2.zip |
* config/h8300/t-rtems (h8300-*-rtems*): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79568 138bc75d-0d04-0410-961f-82ee72b054a4
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 |