summaryrefslogtreecommitdiffstats
path: root/scripts-ada/gdb/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-20 16:01:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-20 16:01:28 +0000
commit1f657157f3acbb183ec0f6146e82fa87ef598bea (patch)
tree2765ca94bf60688b38039e51d585404e02d3e765 /scripts-ada/gdb/Makefile.am
parent2002-08-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1f657157f3acbb183ec0f6146e82fa87ef598bea.tar.bz2
2002-08-20 Joel Sherrill <joel@OARcorp.com>
* .cvsignore, ChangeLog, Makefile.am, README, TODO, buildall.in, configure.ac, install-sh, missing, mkbinutilspec.in, mkbspspec.in, mkgdbspec.in, mkgnatnewlibspec.in, mkinstalldirs, mkrpms, mkspec, setup, setup.def, binutils/.cvsignore, binutils/Makefile.am, binutils/binutils.spec.in, gdb/.cvsignore, gdb/Makefile.am, gdb/gdb.spec.in, gnatnewlib/.cvsignore, gnatnewlib/Makefile.am, gnatnewlib/gnatnewlib.spec.in: Per PR238 GNAT support is now included in the main RPM specs which support gcc 3.1 and newer since GNAT is in that source base now.
Diffstat (limited to 'scripts-ada/gdb/Makefile.am')
-rw-r--r--scripts-ada/gdb/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/scripts-ada/gdb/Makefile.am b/scripts-ada/gdb/Makefile.am
deleted file mode 100644
index b7876ab712..0000000000
--- a/scripts-ada/gdb/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-##
-## $Id$
-##
-
-
-MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
-
-MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
- $(top_builddir)/setup.cache
-
-powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
- $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
-
-sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
- $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
-
-TEMPLATES = gdb.spec.in
-
-RPM_SPECS_DATA = powerpc-rtems-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
-
-noinst_DATA = $(TEMPLATES)
-
-EXTRA_DIST = $(TEMPLATES)
-
-CLEANFILES = $(RPM_SPECS_DATA)
-include $(top_srcdir)/../automake/local.am