From 08330bf0be8fed443402ffd1664b2ca4d16b6f8e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Jul 2000 01:04:11 +0000 Subject: Port of RTEMS to the ARM processor family by Eric Valette and Emmanuel Raguet of Canon CRF - Communication Dept. This port includes a basic BSP that is sufficient to link hello world. --- scripts/binutils/HISTORY | 1 + scripts/binutils/Makefile.am | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'scripts/binutils') diff --git a/scripts/binutils/HISTORY b/scripts/binutils/HISTORY index 6fb2fb4cda..fe0f3e59c3 100644 --- a/scripts/binutils/HISTORY +++ b/scripts/binutils/HISTORY @@ -6,6 +6,7 @@ RPM Version binutils-2.10-1 =========================== ++ Add initial support for the ARM. + Adds support for the h8300. binutils-2.10-rtems-20000628.diff diff --git a/scripts/binutils/Makefile.am b/scripts/binutils/Makefile.am index 85919b6987..9d3968faad 100644 --- a/scripts/binutils/Makefile.am +++ b/scripts/binutils/Makefile.am @@ -16,6 +16,12 @@ CLEANFILES += binutils.spec.in MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \ $(top_builddir)/setup.cache +arm-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) + $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . arm-rtems + +c4x-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) + $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . c4x-rtems + h8300-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems @@ -49,7 +55,10 @@ sh-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems -RPM_SPECS_DATA = h8300-rtems-$(BINUTILSVERS).spec \ +RPM_SPECS_DATA = \ + arm-rtems-$(BINUTILSVERS).spec \ + c4x-rtems-$(BINUTILSVERS).spec \ + h8300-rtems-$(BINUTILSVERS).spec \ hppa1.1-rtems-$(BINUTILSVERS).spec \ i386-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec \ m68k-rtems-$(BINUTILSVERS).spec m68k-rtemself-$(BINUTILSVERS).spec \ -- cgit v1.2.3