From f82fee97bb8d5429547aeb04d6812fae2610119f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Jan 2000 23:48:50 +0000 Subject: Patch rtems-rc-20000118-0.diff from Ralf Corsepius that converts the a29k to automake. This patch contains * An initial merger of the libcpu/a29k stuff you sent yesterday. AFAIS, most code inside them seems to be empty stubs. One file even contains a function called mips_*** which might indicate that this part might contain mips code or the code the initial porter used as template for porting. Unfortunately, I don't know anything about the a29k so I can't comment on the details. * A dummy bsp_specs to libbsp/29k/portsw * An update to the automake files related to the a29k. Note: * This patch is completely untested, because I don't have a toolchain for it. * The files in libcpu/a29k include bsp.h => The libbsp vs. libcpu-issue hits again. --- scripts/gnatnewlib/Makefile.am | 61 ------------------------------------------ 1 file changed, 61 deletions(-) delete mode 100644 scripts/gnatnewlib/Makefile.am (limited to 'scripts/gnatnewlib/Makefile.am') diff --git a/scripts/gnatnewlib/Makefile.am b/scripts/gnatnewlib/Makefile.am deleted file mode 100644 index 60d7f0cc93..0000000000 --- a/scripts/gnatnewlib/Makefile.am +++ /dev/null @@ -1,61 +0,0 @@ -## $Id$ - -AUTOMAKE_OPTIONS = foreign - -MKGNATNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgnatnewlibspec - -MKGNATNEWLIBSPEC_DEPS = \ - $(top_builddir)/mkgnatnewlibspec gnatnewlib.spec.in $(top_builddir)/setup.cache - -hppa1.1-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS) - $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems - -i386-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS) - $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems - -i960-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS) - $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems - -m68k-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS) - $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems - -m68k-rtemself-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS) - $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself - -mips64orion-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS) - $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems - -powerpc-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS) - $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems - -sh-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS) - $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems - -sh-rtemself-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS) - $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself - -sparc-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS) - $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems - -TEMPLATES = \ -gnatnewlib.spec.in - -RPM_SPECS_DATA = \ -hppa1.1-rtems-$(GNATNEWLIBVERS).spec \ -i386-rtems-$(GNATNEWLIBVERS).spec \ -i960-rtems-$(GNATNEWLIBVERS).spec \ -m68k-rtems-$(GNATNEWLIBVERS).spec \ -m68k-rtemself-$(GNATNEWLIBVERS).spec \ -mips64orion-rtems-$(GNATNEWLIBVERS).spec \ -powerpc-rtems-$(GNATNEWLIBVERS).spec \ -sh-rtems-$(GNATNEWLIBVERS).spec \ -sh-rtemself-$(GNATNEWLIBVERS).spec \ -sparc-rtems-$(GNATNEWLIBVERS).spec - -noinst_DATA = \ -$(TEMPLATES) - -EXTRA_DIST = \ -$(TEMPLATES) - -CLEANFILES = $(RPM_SPECS_DATA) -- cgit v1.2.3