diff options
author | Ralf Corsepius <corsepiu@faw.uni-ulm.de> | 2004-03-17 02:46:28 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-03-17 02:46:28 +0000 |
commit | bf3864fe15178a34c0445b0b834dada0fe3aeded (patch) | |
tree | 27c7aeed8744b81f04f3cb4eb13db24144380ea7 /gcc | |
parent | 986f53ba12117bcc1e24e1327a1f9d42b8758000 (diff) | |
download | gcc-bf3864fe15178a34c0445b0b834dada0fe3aeded.zip gcc-bf3864fe15178a34c0445b0b834dada0fe3aeded.tar.gz gcc-bf3864fe15178a34c0445b0b834dada0fe3aeded.tar.bz2 |
* config/h8300/t-rtems (h8300-*-rtems*): New.
From-SVN: r79568
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/h8300/t-rtems | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6d7374d..9ecf969 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> + + * config/h8300/t-rtems (h8300-*-rtems*): New. + 2004-03-16 Eric Christopher <echristo@redhat.com> * doc/cppopts.texi(fwide-exec-charset): Fix typo. diff --git a/gcc/config/h8300/t-rtems b/gcc/config/h8300/t-rtems new file mode 100644 index 0000000..104ee23 --- /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 |