summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-17 02:46:28 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-17 02:46:28 +0000
commitb76e558c5a193a108510e6b4ae6741eae77d0fe2 (patch)
tree27c7aeed8744b81f04f3cb4eb13db24144380ea7
parent2933ead7a125851eced07cb67cd570214e474d0d (diff)
downloadppe42-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
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/h8300/t-rtems7
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6d7374d8e95..9ecf9691070 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 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
OpenPOWER on IntegriCloud