summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.8/h8300/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/crossrpms/rtems4.8/h8300/Makefile.am')
-rw-r--r--contrib/crossrpms/rtems4.8/h8300/Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/crossrpms/rtems4.8/h8300/Makefile.am b/contrib/crossrpms/rtems4.8/h8300/Makefile.am
new file mode 100644
index 0000000000..0650afa8ec
--- /dev/null
+++ b/contrib/crossrpms/rtems4.8/h8300/Makefile.am
@@ -0,0 +1,19 @@
+# $Id$
+
+TARGET = h8300-rtems4.8
+
+include $(top_srcdir)/mkspec.am
+
+BINUTILS_VERS = 2.17
+BINUTILS_RPMREL = 3
+include ../binutils.am
+
+GCC_VERS = 4.1.1
+GCC_RPMREL = 6
+NEWLIB_VERS = 1.14.0
+include ../gcc.am
+GCC_OPTS += --languages=cxx
+
+GDB_VERS = 6.5
+GDB_RPMREL = 2
+include ../gdb.am